Skip to content

Commit

Permalink
set snyk severity threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
colton-gabertan committed Feb 25, 2025
1 parent f42fdbd commit 64a06e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run Snyk to check Kubernetes manifest file for issues
continue-on-error: true
uses: snyk/actions/iac@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high

0 comments on commit 64a06e6

Please sign in to comment.