Skip to content

Commit

Permalink
updated snyk workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank0202 committed Jan 7, 2024
1 parent f2f88a9 commit 2240ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: install Snyk CLI
run: npm install -g snyk
- name: snyk monitor
run: snyk iac test --report --severity-threshold=medium
run: snyk iac test --report
env:
SNYK_TOKEN: ${{ secrets.ARC_SNYK_TOKEN }}

0 comments on commit 2240ba3

Please sign in to comment.