Skip to content

Commit

Permalink
⚗️ Allow failure in the scan job
Browse files Browse the repository at this point in the history
  • Loading branch information
aerabi committed Jan 26, 2023
1 parent c718ac2 commit a26cbbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node: [ 14 ]
node: [ 18 ]
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down Expand Up @@ -78,6 +78,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Run Snyk to check Docker image for vulnerabilities
uses: snyk/actions/docker@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit a26cbbc

Please sign in to comment.