Merge pull request #22284 from backstage/renovate/snyk-actions-digest

chore(deps): update snyk/actions digest to 1d672a4
This commit is contained in:
Fredrik Adelöw
2024-01-17 15:29:48 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -29,7 +29,7 @@ jobs:
cache-prefix: ${{ runner.os }}-v18.x
- name: Create Snyk report
uses: snyk/actions/node@3e2680e8df93a24b52d119b1305fb7cedc60ceae # master
uses: snyk/actions/node@1d672a455ab3339ef0a0021e1ec809165ee12fad # master
continue-on-error: true # Snyk CLI exits with error when vulnerabilities are found
with:
args: >
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- name: Monitor and Synchronize Snyk Policies
uses: snyk/actions/node@3e2680e8df93a24b52d119b1305fb7cedc60ceae # master
uses: snyk/actions/node@1d672a455ab3339ef0a0021e1ec809165ee12fad # master
with:
command: monitor
args: >
@@ -46,7 +46,7 @@ jobs:
# 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.
- name: Create Snyk report
uses: snyk/actions/node@3e2680e8df93a24b52d119b1305fb7cedc60ceae # master
uses: snyk/actions/node@1d672a455ab3339ef0a0021e1ec809165ee12fad # master
continue-on-error: true # To make sure that SARIF upload gets called
with:
args: >