Skip to content

Commit

Permalink
Setup poetry before snyk test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed Jun 26, 2024
1 parent f6088ee commit 2365e66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- run: poetry install
working-directory: backend
- uses: snyk/actions/setup@master
Expand Down

0 comments on commit 2365e66

Please sign in to comment.