Skip to content

Commit

Permalink
Fixed the sarif write failure (#183)
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <[email protected]>
  • Loading branch information
naveensrinivasan authored Jan 2, 2025
1 parent 66b397d commit b2f66df
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/grype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,4 @@ jobs:
with:
image: "localbuild/testimage:latest"
fail-build: true
severity-cutoff: high

- name: Upload scan results
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
if: success() || failure()
with:
sarif_file: results.sarif
severity-cutoff: high

0 comments on commit b2f66df

Please sign in to comment.