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 947878d commit 001306bCopy full SHA for 001306b
.github/workflows/workflow.build.yaml
@@ -83,7 +83,7 @@ jobs:
83
template: "@/contrib/sarif.tpl"
84
- name: Change hardcoded Dockerfile path
85
run: "sed -i 's/\"uri\": \"Dockerfile\"/\"uri\": \"${{ inputs.name }}\\/Dockerfile\"/' trivy-results.sarif"
86
- - uses: "github/codeql-action/upload-sarif@a3a8231e64d3db0e7da0f3b56b9521dcccdfe412"
+ - uses: "github/codeql-action/upload-sarif@1c6bc389a1479de965860075fd8769ef447e825b"
87
with:
88
sarif_file: trivy-results.sarif
89
integration_test:
0 commit comments