Skip to content

Commit

Permalink
Update snyk-container.yml
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
patrikjuvonen authored Dec 11, 2024
1 parent 32c9ec5 commit 5703eef
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 @@ -50,7 +50,7 @@ jobs:
image: patrikjuvonen/docker-nginx-http3:snyk-ci
args: --file=Dockerfile
# Patch for https://github.com/github/codeql-action/issues/2187
- name: Replace security-severity undefined for license-related findings
- name: Replace null security-severity for license-related findings
run: |
sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
- name: Upload result to GitHub Code Scanning
Expand Down

0 comments on commit 5703eef

Please sign in to comment.