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 075f2ce commit 06ca324Copy full SHA for 06ca324
.github/workflows/workflow.build.yaml
@@ -88,7 +88,7 @@ jobs:
88
template: "@/contrib/sarif.tpl"
89
- name: Change hardcoded Dockerfile path
90
run: "sed -i 's/\"uri\": \"Dockerfile\"/\"uri\": \"${{ inputs.name }}\\/Dockerfile\"/' trivy-results.sarif"
91
- - uses: "github/codeql-action/upload-sarif@a3a8231e64d3db0e7da0f3b56b9521dcccdfe412"
+ - uses: "github/codeql-action/upload-sarif@216127f34aa309c5876c25b8ea6bda90f4f559fe"
92
with:
93
sarif_file: trivy-results.sarif
94
integration_test:
0 commit comments