Skip to content

Commit

Permalink
Merge pull request #16 from Rapporteket/dependabot/github_actions/sny…
Browse files Browse the repository at this point in the history
…k/actions-9c6dde2db83c301ca0ad0910dead8f39c9f426a0

Bump snyk/actions from e25b2e6f5658d1bb7a6671b113260f13134cc3af to 9c6dde2db83c301ca0ad0910dead8f39c9f426a0
  • Loading branch information
areedv authored Feb 8, 2023
2 parents 72e188f + 27efa58 commit a6defbd
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 a6defbd

Please sign in to comment.