Update usage of CodeQL action

This commit is contained in:
Sebastian Serth
2022-06-11 13:51:10 +02:00
parent eecacc08bf
commit 057dc0f1cc

View File

@ -108,7 +108,7 @@ jobs:
output: 'trivy-results.sarif' output: 'trivy-results.sarif'
severity: 'HIGH,CRITICAL' severity: 'HIGH,CRITICAL'
- name: Upload Trivy scan results to GitHub Security tab - name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1 uses: github/codeql-action/upload-sarif@v2
with: with:
sarif_file: 'trivy-results.sarif' sarif_file: 'trivy-results.sarif'