diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml deleted file mode 100644 index 81630f0..0000000 --- a/.github/workflows/snyk.yml +++ /dev/null @@ -1,21 +0,0 @@ - -name: Snyk - -on: - push: - branches: [ master ] - -jobs: - security: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/golang@master - with: - command: monitor - args: --prune-repeated-subdependencies --project-name=sql-runner - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}