Skip to content

Commit c2f9a77

Browse files
committed
updating snyk
1 parent 6c72e01 commit c2f9a77

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,12 @@ jobs:
4040
run: |
4141
pip install -r requirements.txt
4242
python -m pip install --upgrade pip
43-
44-
45-
- name: Install Snyk CLI
46-
run: npm install -g snyk
4743
48-
- uses: actions/checkout@master
4944
- name: Run Snyk to check for vulnerabilities
5045
uses: snyk/actions/python@master
51-
52-
53-
- name: Authenticate with Snyk
54-
run: snyk auth $SNYK_TOKEN --debug
5546
env:
5647
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
5748

58-
- name: Snyk Code test
59-
run: snyk code test --sarif > snyk-cide.sarif
60-
61-
- name: Snyk Test Dependencies
62-
run: snyk test
63-
64-
6549
# Scan the contianer and lists all security vulnerabilities
6650
trivy_scans:
6751
name: Run Trivy security scanner against the image

0 commit comments

Comments
 (0)