Skip to content

Commit e6a32a1

Browse files
ci: fix colon syntax error
1 parent ce48795 commit e6a32a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/snyk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
run: snyk test --all-projects --sarif-file-output=result.sarif --severity-threshold=medium
5252

5353
- name: Replace security-severity undefined for license-related findings
54-
run: sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
54+
run: |
55+
sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
5556
5657
- name: Upload result to GitHub Code Scanning
5758
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)