We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f954442 commit 28e9bd7Copy full SHA for 28e9bd7
.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