We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33459d0 commit 369cf64Copy full SHA for 369cf64
.github/workflows/artifacts.yaml
@@ -85,7 +85,7 @@ jobs:
85
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
86
87
- name: Upload Trivy scan results to GitHub Security tab
88
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
89
with:
90
sarif_file: "trivy-results.sarif"
91
if: github.event_name == 'push'
0 commit comments