Skip to content

Commit

Permalink
Add severity threshold to frontend snyk scan and update poetry lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed Jun 26, 2024
1 parent 17a75ae commit 894e858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: snyk/actions/setup@master
- name: Snyk monitor
working-directory: frontend
run: snyk test
run: snyk test --severity-threshold=medium
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
backend-scan:
Expand Down
2 changes: 1 addition & 1 deletion backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 894e858

Please sign in to comment.