diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml deleted file mode 100644 index a86699f2c..000000000 --- a/.github/workflows/semgrep.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: - pull_request: {} - push: - branches: - - main - - master - - develop -name: Semgrep -jobs: - semgrep: - name: Scan - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: returntocorp/semgrep-action@v1 - with: - auditOn: push - publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} - publishDeployment: 2574