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 de92a0d commit 32c9ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# 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": "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 32c9ec5

Please sign in to comment.