Skip to content

Commit

Permalink
fix(snyk): replace security-severity undefined for license-related fi…
Browse files Browse the repository at this point in the history
…ndings
  • Loading branch information
ismarslomic committed Apr 17, 2024
1 parent 9812006 commit b75eca3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snyk_container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
with:
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
run: >
sed -i 's/"security-severity": "undefined"/"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 b75eca3

Please sign in to comment.