fix(ci): fix Snyk docker
This commit is contained in:
@@ -73,8 +73,8 @@ jobs:
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
command: snyk
|
||||
args: code test --exclude=.archive
|
||||
command: code test
|
||||
args: --all-projects --exclude=.archive
|
||||
|
||||
- name: Snyk Vulnerability Scan
|
||||
uses: snyk/actions/python@master
|
||||
@@ -82,8 +82,8 @@ jobs:
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
command: snyk
|
||||
args: test --all-projects --exclude=.archive
|
||||
command: test
|
||||
args: --all-projects --exclude=.archive
|
||||
|
||||
# - name: Trivy Setup
|
||||
# uses: aquasecurity/setup-trivy@v0.2.0
|
||||
|
||||
Reference in New Issue
Block a user