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:
Harry Hogg
2021-11-09 12:36:01 +00:00
parent a4b86485a3
commit ce4457bb30
@@ -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