File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments