Skip to content

Commit

Permalink
Generic Python Snyk action
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 2, 2024
1 parent b12e7f8 commit 85fd5ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
pip install pipenv
pipenv install --dev --system
pip install -U "git+https://github.com/ocadotechnology/rapid-router@python312#egg=rapid-router"
yarn --frozen-lockfile
- name: Collect static
run: python example_project/manage.py collectstatic --noinput --settings portal_test_settings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Generate requirements
run: pip freeze > requirements.txt
- name: Run Snyk to check for vulnerabilities in Python
uses: snyk/actions/python-3.10@master
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit 85fd5ba

Please sign in to comment.