Skip to content

Commit

Permalink
Merge pull request #63 from auth0-extensions/semgrep-integration
Browse files Browse the repository at this point in the history
semgrep integration
  • Loading branch information
julienwoll committed Mar 17, 2022
2 parents 053e537 + e369171 commit 0f70128
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 0f70128

Please sign in to comment.