Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update main.yml
  • Loading branch information
DefenderK authored Apr 15, 2025
commit 6e1e180e366906fb9f5548e6d3b9f39b2c29b693
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Run Snyk Code and Generate SARIF
- name: Run Snyk Code and Generate SARIF
run: |
snyk code test --sarif-file-output=snyk.sarif
snyk code test --sarif-file-output=snyk.sarif --severity-threshold=high
continue-on-error: true

# Upload SARIF to GitHub Code Scanning.
Expand Down
Loading