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 be07728Copy full SHA for be07728
.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@144880b6f0c9977178ab4000985a49023783178f"
87
with:
88
sarif_file: trivy-results.sarif
89
integration_test:
0 commit comments