Skip to content

Commit

Permalink
Bump snyk/actions
Browse files Browse the repository at this point in the history
Bumps [snyk/actions](https://github.com/snyk/actions) from e25b2e6f5658d1bb7a6671b113260f13134cc3af to 9c6dde2db83c301ca0ad0910dead8f39c9f426a0.
- [Release notes](https://github.com/snyk/actions/releases)
- [Commits](snyk/actions@e25b2e6...9c6dde2)

---
updated-dependencies:
- dependency-name: snyk/actions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2023
1 parent 72e188f commit 27efa58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Snyk can be used to break the build when it detects vulnerabilities.
# In this case we want to upload the issues to GitHub Code Scanning
continue-on-error: true
uses: snyk/actions/docker@e25b2e6f5658d1bb7a6671b113260f13134cc3af
uses: snyk/actions/docker@9c6dde2db83c301ca0ad0910dead8f39c9f426a0
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand All @@ -46,7 +46,7 @@ jobs:
sarif_file: snyk.sarif
- name: Accept only vulnerability levels below high (and critical)
continue-on-error: false
uses: snyk/actions/docker@e25b2e6f5658d1bb7a6671b113260f13134cc3af
uses: snyk/actions/docker@9c6dde2db83c301ca0ad0910dead8f39c9f426a0
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit 27efa58

Please sign in to comment.