We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec20e7 commit 14f70cfCopy full SHA for 14f70cf
.github/workflows/reusable_security.yaml
@@ -73,7 +73,7 @@ jobs:
73
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
74
75
- name: Upload Trivy scan results to GitHub Security tab
76
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
77
if: ${{ github.event.schedule }} # Upload sarif when running periodically
78
with:
79
sarif_file: 'trivy-results.sarif'
@@ -133,7 +133,7 @@ jobs:
133
cache-db: true
134
135
- name: Upload Grype scan results to GitHub Security tab
136
137
138
139
sarif_file: 'grype-results.sarif'
0 commit comments