Skip to content

Commit

Permalink
Semgrep-integration-with-github
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar-telnyx committed Jun 9, 2022
1 parent 9661245 commit 7d8c900
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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

0 comments on commit 7d8c900

Please sign in to comment.