Skip to content

Commit c93a326

Browse files
committed
help us
1 parent 6c892dc commit c93a326

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

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

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,9 @@ jobs:
2222
stupid_snyk:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@master
26-
- uses: snyk/actions/setup@master
27-
- 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-
37-
- name: Snyk test
38-
run: snyk test
25+
- uses: actions/checkout@main
26+
- name: Run Snyk to check for vulnerabilities
27+
uses: snyk/actions/python@master
3928
env:
4029
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
4130

0 commit comments

Comments
 (0)