Skip to content

Commit

Permalink
mangle
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jan 9, 2024
1 parent e7ac0eb commit 907853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
sbom: ./sbom.cdx.json
- name: Mangle SARIF
if: always()
run:
jq '(.runs[].results[].locations[].physicalLocation.artifactLocation.uri) |= "file:./result"' ${{ steps.scan.outputs.sarif }} > ./result.sarif


- name: Upload SARIF report
if: always()
uses: github/codeql-action/upload-sarif@382a50a0284c0de445104889a9d6003acb4b3c1d # v2
Expand Down

0 comments on commit 907853e

Please sign in to comment.