diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f01d3dde..a746976f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}