Skip to content

Commit

Permalink
Onboard Semgrep - add semgrep.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rostomzed committed Mar 27, 2024
1 parent 67c5202 commit 3909a20
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/semgrep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Semgrep
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- master
paths:
- .github/workflows/semgrep.yaml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 9 9 * * *

jobs:
security-scan:
uses: permutive/github-workflows/.github/workflows/semgrep.yaml@master
secrets: inherit

0 comments on commit 3909a20

Please sign in to comment.