We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209254a commit f784f23Copy full SHA for f784f23
.github/workflows/codeql.yaml
@@ -42,7 +42,7 @@ jobs:
42
# See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577
43
TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
44
- name: Upload Trivy scan results to GitHub Security tab
45
- uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
+ uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
46
with:
47
sarif_file: trivy-results.sarif
48
category: code
0 commit comments