Merge pull request #20765 from backstage/renovate/snyk-actions-digest
chore(deps): update snyk/actions digest to 39091e6
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
cache-prefix: ${{ runner.os }}-v18.x
|
||||
|
||||
- name: Create Snyk report
|
||||
uses: snyk/actions/node@299cde98a08ff8b1c2bfde1e5a067bce67a6d2b8 # master
|
||||
uses: snyk/actions/node@39091e69b560da335383b404e50d65b408f4f812 # master
|
||||
continue-on-error: true # Snyk CLI exits with error when vulnerabilities are found
|
||||
with:
|
||||
args: >
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v3.6.0
|
||||
- name: Monitor and Synchronize Snyk Policies
|
||||
uses: snyk/actions/node@299cde98a08ff8b1c2bfde1e5a067bce67a6d2b8 # master
|
||||
uses: snyk/actions/node@39091e69b560da335383b404e50d65b408f4f812 # 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@299cde98a08ff8b1c2bfde1e5a067bce67a6d2b8 # master
|
||||
uses: snyk/actions/node@39091e69b560da335383b404e50d65b408f4f812 # master
|
||||
continue-on-error: true # To make sure that SARIF upload gets called
|
||||
with:
|
||||
args: >
|
||||
|
||||
Reference in New Issue
Block a user