Skip to content
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
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,3 @@ jobs:
MYSQL_ADMIN_USER: stan
MYSQL_ADMIN_PASSWORD: stanpw
MYSQL_DATABASE: stantest
- name: Run Snyk tests to check for vulnerabilities
uses: snyk/actions/node@master #Pre-created container
continue-on-error: true # To make sure that CI run is not blocked on Snyk test failure
with:
command: code test
args: --severity-threshold=high
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Loading