From b2854e47a255c9d6fc46da953e5b39fe2485b7dd Mon Sep 17 00:00:00 2001 From: Mohsen Kamalzadeh Date: Wed, 18 Dec 2024 10:42:03 -0800 Subject: [PATCH] Delete synk-scan.yaml --- .github/workflows/synk-scan.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/synk-scan.yaml 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