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 26c2719Copy full SHA for 26c2719
.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@596b173a4e09e1b75bb1b9db55f305b2357fbf60"
92
with:
93
sarif_file: trivy-results.sarif
94
integration_test:
0 commit comments