Snyk monitor workflow change (#1549)
# What this PR does Replaces `snyk test` with `snyk monitor` so results get pushed to out Snyk platform and the [Snyk Dashboards](https://ops.grafana-ops.net/d/H0w7l5NVk/snyk-overview?orgId=1) gets updated. ## Which issue(s) this PR fixes ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated
This commit is contained in:
parent
0eb4bd95e6
commit
fb046b3abd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snyk.yml
vendored
2
.github/workflows/snyk.yml
vendored
|
|
@ -34,6 +34,6 @@ jobs:
|
|||
run: yarn install --frozen-lockfile --prefer-offline --network-timeout 500000
|
||||
- name: Run Snyk
|
||||
continue-on-error: true
|
||||
run: snyk test --all-projects --severity-threshold=high
|
||||
run: snyk monitor --all-projects --severity-threshold=high
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue