Skip to content

Commit

Permalink
don't use semgrep's ci service
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 21, 2023
1 parent 0fb1f0f commit 152c284
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,19 @@ on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- name: Semgrep
run: semgrep ci -c p/semgrep-go-correctness
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
semgrep-sensu: # looks for .semgrep.yml due to missing config section
semgrep-sensu:
runs-on: ubuntu-latest
name: Check
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- name: SemgrepSensu
run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
run: semgrep ci -c .semgrep.yml

0 comments on commit 152c284

Please sign in to comment.