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 ca4743aCopy full SHA for ca4743a
.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@40cb08c1213f65be8e56fefeb194e783b9676b36"
92
with:
93
sarif_file: trivy-results.sarif
94
integration_test:
0 commit comments