Skip to content

Commit 6c892dc

Browse files
committed
updating snyk again - we're CLOSE
1 parent 87b2d76 commit 6c892dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/unit-sec-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
- uses: actions/checkout@master
2626
- uses: snyk/actions/setup@master
2727
- uses: actions/setup-python@master
28+
29+
- name: Install dependencies
30+
run: |
31+
pip install -r requirements.txt
32+
python -m pip install --upgrade pip
33+
34+
- name: Authenticate with Snyk
35+
run: snyk auth ${{ secrets.SNYK_TOKEN }}
36+
2837
- name: Snyk test
2938
run: snyk test
3039
env:

0 commit comments

Comments
 (0)