We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e429459 commit 53382c3Copy full SHA for 53382c3
.github/workflows/reusable_security.yaml
@@ -55,7 +55,7 @@ jobs:
55
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
56
57
- name: Upload Trivy scan results to GitHub Security tab
58
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
59
if: ${{ github.event.schedule }} # Upload sarif when running periodically
60
with:
61
sarif_file: 'trivy-results.sarif'
0 commit comments