chore(ci): remove Sonar #355
@ -75,8 +75,8 @@ jobs:
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
command: code test
|
||||
args: --all-projects --exclude=.archive
|
||||
command: snyk
|
||||
args: code test --all-projects --exclude=.archive
|
||||
|
||||
- name: Snyk Vulnerability Scan
|
||||
uses: snyk/actions/python@master
|
||||
@ -84,8 +84,8 @@ jobs:
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
command: test
|
||||
args: --all-projects --exclude=.archive
|
||||
command: snyk
|
||||
args: test --all-projects --exclude=.archive
|
||||
|
||||
- name: Reverse set up environment for Snyk
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user