Fixes the Snyk github issue workflow to continue when the Snyk CLI exits with an error
Signed-off-by: Harry Hogg <hhogg@spotify.com>
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Create Snyk report
|
||||
uses: snyk/actions/node@master
|
||||
continue-on-error: true # Snyk CLI exits with error when vulnerabilities are found
|
||||
with:
|
||||
args: >
|
||||
--yarn-workspaces
|
||||
|
||||
Reference in New Issue
Block a user