Skip to content

Commit 32c9ec5

Browse files
Update snyk-container.yml
1 parent de92a0d commit 32c9ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Patch for https://github.com/github/codeql-action/issues/2187
5353
- name: Replace security-severity undefined for license-related findings
5454
run: |
55-
sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
55+
sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
5656
- name: Upload result to GitHub Code Scanning
5757
uses: github/codeql-action/upload-sarif@v3
5858
with:

0 commit comments

Comments
 (0)