diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml deleted file mode 100644 index eaac83c..0000000 --- a/.github/workflows/semgrep.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Semgrep -on: - pull_request: {} - push: - branches: - - master - - main - paths: - - .github/workflows/semgrep.yml - schedule: - - cron: '28 4 * * 0' -jobs: - semgrep: - name: Static Analysis Scan - runs-on: telnyx-2xsmall - env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} - container: - image: returntocorp/semgrep - if: (github.actor != 'dependabot[bot]') - steps: - - uses: actions/checkout@v3 - - run: semgrep ci