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 May 13, 2024
1 parent 2480418 commit fdbb34e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
Expand All @@ -7,11 +8,12 @@ on:
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * 0'
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 45 5 * * *
name: Semgrep
jobs:
semgrep:
name: Scan
name: semgrep/ci
runs-on: ubuntu-20.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
Expand Down

0 comments on commit fdbb34e

Please sign in to comment.