Merge pull request #7919 from backstage/fix-snyk-github-issue-workflow-2
Fixes the Snyk github issue workflow to continue when the Snyk CLI ex…
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