diff --git a/.github/workflows/synk-scan.yaml b/.github/workflows/synk-scan.yaml deleted file mode 100644 index 08ce70df..00000000 --- a/.github/workflows/synk-scan.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Scan Python project using Snyk - -on: - push: - branches: - - master - pull_request: - branches: - - master - -jobs: - security: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/python@master - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - with: - command: monitor - args: --all-projects --exclude=docs --command=python3