Skip to content

Commit

Permalink
One more attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan42 committed Aug 28, 2024
1 parent cb9ea57 commit dd3aeb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sca_snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
path: snyk.sarif

- name: Normalize SARIF security scores (avoid "null")
run: sed -i 's/"security-severity": "null"/"security-severity": "1"/g' snyk.sarif
run: |
sed -i 's/"security-severity": "null"/"security-severity": "1"/g' snyk.sarif
- name: Run the Anchore Syft sbom action
uses: anchore/sbom-action@v0
Expand Down

0 comments on commit dd3aeb7

Please sign in to comment.