From 09d75cae1e19c42d88f6f26d3dd9e03563805e16 Mon Sep 17 00:00:00 2001 From: Emily Bourke Date: Tue, 7 Jan 2025 15:52:49 +0000 Subject: [PATCH] Remove snyk workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we’re sending our dependencies to github, we don’t need to send them to snyk anymore. --- .github/workflows/snyk.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/snyk.yml diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml deleted file mode 100644 index 9e87f1d..0000000 --- a/.github/workflows/snyk.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Snyk - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - security: - uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main - with: - DEBUG: true - ORG: guardian-capi - SKIP_NODE: false - - NODE_VERSION_OVERRIDE: 16 - - secrets: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}