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 9907867 commit 3e0022bCopy full SHA for 3e0022b
.github/workflows/docker.yml
@@ -193,7 +193,7 @@ jobs:
193
exit-code: "0" # Changed from "1" to "0" to prevent failing on EOL OS warnings
194
195
- name: Upload Trivy scan results to GitHub Security tab
196
- uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
+ uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
197
with:
198
sarif_file: "trivy-results-${{ env.ruby_platform }}.sarif"
199
category: "docker-${{ env.ruby_platform }}"
0 commit comments