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 a208c4f commit 8f67330
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install All Requirements
run: make install
run: |
python -m venv .venv
source .venv/bin/activate
make install
echo PATH=$PATH >> $GITHUB_ENV
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python-3.9@master
env:
Expand Down

0 comments on commit 8f67330

Please sign in to comment.