Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

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 3c0c764 commit 62189b1
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: 5 16 * * *

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

0 comments on commit 62189b1

Please sign in to comment.