Skip to content

Commit

Permalink
Semgrepping the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rickramgattie committed Sep 21, 2023
1 parent 2049880 commit c4ce3ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

name: Semgrep
on:
pull_request: {}
push:
branches:
- master
schedule:
- cron: 57 1 * * *
workflow_dispatch: {}
jobs:
semgrep:
uses: gemini/semgrep/.github/workflows/semgrep-base.yml@main
secrets: inherit

0 comments on commit c4ce3ca

Please sign in to comment.