Skip to content

Commit

Permalink
allowing snyk to continue on error to upload (0xPolygon#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
epikichi authored Oct 14, 2022
1 parent caca91f commit 86b61c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit 86b61c3

Please sign in to comment.