We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de92a0d commit 32c9ec5Copy full SHA for 32c9ec5
.github/workflows/snyk-container.yml
@@ -52,7 +52,7 @@ jobs:
52
# Patch for https://github.com/github/codeql-action/issues/2187
53
- name: Replace security-severity undefined for license-related findings
54
run: |
55
- sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
+ sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
56
- name: Upload result to GitHub Code Scanning
57
uses: github/codeql-action/upload-sarif@v3
58
with:
0 commit comments