From dbeecd4cb886dee6aea273c09f76f52fe39be255 Mon Sep 17 00:00:00 2001 From: Akash Askoolum Date: Mon, 6 Jan 2025 12:53:06 +0000 Subject: [PATCH] chore: Remove Snyk monitor workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since #227 we have been submitting reports to GitHub's dependency graph. The Snyk workflow has been failing for a while on `main` (https://github.com/guardian/anghammarad/actions/workflows/snyk.yml). As mentioned in #227: > Historically, we have done this using Snyk, but we are now moving to GitHub’s native Dependabot. This change removes the Snyk workflow as an alternative to fixing it. --- .github/workflows/snyk.yml | 15 --------------- 1 file changed, 15 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 14c460a..0000000 --- a/.github/workflows/snyk.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Snyk - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - security: - uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main - with: - ORG: guardian-devtools - secrets: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}