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:
Johan Haals
2021-11-09 14:32:17 +01:00
committed by GitHub
@@ -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