Skip to content

Commit b9046ca

Browse files
committed
edit
1 parent af31bae commit b9046ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
- name: Install dependencies
3737
run: pip install -r requirements.txt
3838

39-
- name: Install Snyk CLI
40-
uses: snyk/actions/setup@806182742461562b67788a64410098c9d9b96adb
39+
40+
- name: Run Snyk to check for vulnerabilities
41+
uses: actions/checkout@master
4142
env:
42-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
43+
synk_auth: ${{ secrets.SNYK_TOKEN }}
4344

4445
- name: Snyk Code test
4546
run: snyk code test --sarif > snyk-cide.sarif

0 commit comments

Comments
 (0)