mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-09-06 10:36:02 -06:00
Update Snyk action to use latest master version
This commit is contained in:
parent
02f7b973a3
commit
3b46890e6b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snyk-container.yml
vendored
2
.github/workflows/snyk-container.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: docker build -t burnett01/rsync-deployments .
|
||||
- name: Run Snyk to check Docker image for vulnerabilities
|
||||
continue-on-error: true
|
||||
uses: snyk/actions/docker@14818c4695ecc4045f33c9cee9e795a788711ca4
|
||||
uses: snyk/actions/docker@master
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue