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 }}