Skip to content

Commit

Permalink
Add replace for security-severity "undefined" for license violation
Browse files Browse the repository at this point in the history
  • Loading branch information
roimenashe committed Apr 21, 2024
1 parent 4bb5c37 commit cc59c5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
args: --all-projects --sarif-file-output=snyk.sarif

- name: Replace "security-severity" "undefined" for license-related findings
run: |
sed -i 's/"security-severity": "undefined"/"security-severity": 0/g' snyk.sarif
- name: Check output file
id: out-file
run: |
Expand Down

0 comments on commit cc59c5d

Please sign in to comment.