We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ed92d commit ce48795Copy full SHA for ce48795
.github/workflows/snyk.yaml
@@ -50,6 +50,9 @@ jobs:
50
- name: Run Snyk test
51
run: snyk test --all-projects --sarif-file-output=result.sarif --severity-threshold=medium
52
53
+ - name: Replace security-severity undefined for license-related findings
54
+ run: sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
55
+
56
- name: Upload result to GitHub Code Scanning
57
uses: github/codeql-action/upload-sarif@v3
58
if: always()
0 commit comments