Skip to content

Commit

Permalink
Update snyk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige authored Nov 21, 2024
1 parent 04ba02c commit 6b636f5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install All Requirements
run: |
python -m venv .venv
source .venv/bin/activate
make install
run: make install
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python-3.9@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --command=.venv/bin/python --all-projects --detection-depth=5 --severity-threshold=high --exclude=pyproject.toml
args: --all-projects --detection-depth=5 --severity-threshold=high --exclude=pyproject.toml

0 comments on commit 6b636f5

Please sign in to comment.