From 6534028da0976f426ca02901761027378c139b60 Mon Sep 17 00:00:00 2001 From: Anix Date: Thu, 5 Mar 2020 01:27:39 +0530 Subject: [PATCH] Revert "chore: add snyk as an action (#230)" This reverts commit 6570e3fba17d9df805ed697591bc6c929e7cd44d. --- .github/workflows/security.yml | 11 ----------- 1 file changed, 11 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 7d0f665..0000000 --- a/.github/workflows/security.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Security Flow -on: push -jobs: - security: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/node@0.1.0 - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}