Skip to content

Commit

Permalink
Merge pull request #82 from julienwoll/semgrep-integration
Browse files Browse the repository at this point in the history
semgrep integration
  • Loading branch information
julienwoll authored Mar 7, 2022
2 parents bf19e64 + 1a3c14e commit 925c39a
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 925c39a

Please sign in to comment.