Skip to content
Merged
Changes from all commits
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
3 changes: 1 addition & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
with:
# Fail the build on high severity vulnerabilities
args: --severity-threshold=high --project-tags=open-source
args: --severity-threshold=high

- name: Run Snyk Monitor
# Only monitor on main branch pushes and releases, not on PRs
Expand All @@ -37,4 +37,3 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
with:
command: monitor
args: --project-tags=open-source