Skip to content

Commit 61219c6

Browse files
committed
i re added the requirements.txt even though they are already there
1 parent e36e67c commit 61219c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232

33-
33+
- name: Install Snyk CLI
34+
run: npm install -g snyk
35+
3436
- uses: actions/checkout@master
3537
- name: Run Snyk to check for vulnerabilities
3638
uses: snyk/actions/python@master
3739

38-
39-
- name: Install Snyk CLI
40-
run: npm install -g snyk
4140

4241
- name: Authenticate with Snyk
4342
run: snyk auth $SNYK_TOKEN --debug

0 commit comments

Comments
 (0)