Skip to content

Commit

Permalink
fix(snyk): replace security-severity null for license-related findings
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarslomic committed Apr 17, 2024
1 parent b75eca3 commit 0715c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk_container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
image: sjmayotte/route53-dynamic-dns
args: --file=Dockerfile
# Related to snyk issue: https://github.com/github/codeql-action/issues/2187
- name: Replace security-severity undefined for license-related findings
- name: Replace security-severity null for license-related findings
run: >
sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 0715c0f

Please sign in to comment.