From 2e903dc9fab5a386b7e35ed37e95c8454699fdb3 Mon Sep 17 00:00:00 2001 From: David Robinson <14000840+khelwood@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:45:27 +0000 Subject: [PATCH] remove snyk from github ci --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) 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 }}