Skip to content

Commit

Permalink
Update snyk-container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikjuvonen authored Dec 11, 2024
1 parent ecff451 commit de92a0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
args: --file=Dockerfile
# Patch for https://github.com/github/codeql-action/issues/2187
- name: Replace security-severity undefined for license-related findings
run: sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
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 de92a0d

Please sign in to comment.