From 562cd7cb3acf167bfdd7e8089967beb352007e52 Mon Sep 17 00:00:00 2001 From: Anix Date: Thu, 5 Mar 2020 01:16:06 +0530 Subject: [PATCH] chore(CI): deleting snyk action as github doesnt allow tokens to forks Migrating to snyk webhooks --- .github/workflows/Security.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/Security.yml diff --git a/.github/workflows/Security.yml b/.github/workflows/Security.yml deleted file mode 100644 index 5e65174c..00000000 --- a/.github/workflows/Security.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Security Flow - -on: - push: - branches: - - master - - develop - pull_request: - branches: - - master - - develop -jobs: - security: - runs-on: ubuntu-16.04 - steps: - - uses: actions/checkout@master - - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/node@master - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}