diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 0b760e89..e6ff008c 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -31,6 +31,6 @@ jobs: scanners: 'vuln,secret,config' ignore-unfixed: true - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif'