Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump snyk/actions from 1cc9026f51d822442cb4b872d8d7ead8cc69a018 to e25b2e6f5658d1bb7a6671b113260f13134cc3af #12

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@1cc9026f51d822442cb4b872d8d7ead8cc69a018
uses: snyk/actions/docker@e25b2e6f5658d1bb7a6671b113260f13134cc3af
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@1cc9026f51d822442cb4b872d8d7ead8cc69a018
uses: snyk/actions/docker@e25b2e6f5658d1bb7a6671b113260f13134cc3af
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down