Skip to content

Commit

Permalink
semgrep integration (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: julienwoll <>
  • Loading branch information
julienwoll authored Mar 7, 2022
1 parent b1794d1 commit d7af82c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Semgrep
on:
pull_request: {}
push:
branches: ["master"]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}

0 comments on commit d7af82c

Please sign in to comment.