Willy Guggenheim
2022-10-08 03:58:17 -07:00
committed by GitHub
parent f88eb74f70
commit 88701d4f64
+2
View File
@@ -30,6 +30,7 @@ jobs:
--remote-repo-url=https://github.com/backstage/backstage
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
NODE_OPTIONS: --max-old-space-size=4096
# Above we run the `monitor` command, this runs the `test` command which is
# the one that generates the SARIF report that we can upload to GitHub.
@@ -44,6 +45,7 @@ jobs:
--sarif-file-output=snyk.sarif
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
NODE_OPTIONS: --max-old-space-size=4096
- name: Upload Snyk report
uses: github/codeql-action/upload-sarif@v2
with: