Skip to content

Commit

Permalink
Add Semgrep CI
Browse files Browse the repository at this point in the history
  • Loading branch information
semgrep-bot committed Jun 1, 2022
1 parent 2982589 commit b3fc673
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Semgrep
on:
pull_request: {}
push:
branches:
- main
- main
paths:
- .github/workflows/semgrep.yml
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * *'
name: Semgrep
jobs:
semgrep:
name: Scan
Expand All @@ -16,7 +16,6 @@ jobs:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci
- uses: actions/checkout@v3
- run: semgrep ci

0 comments on commit b3fc673

Please sign in to comment.