Skip to content

Commit

Permalink
Added Semgrep Github Action to run weekly scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Amari Ellington committed Apr 29, 2024
1 parent bdba814 commit 441999b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Semgrep

on:
workflow_dispatch: {}
schedule:
- cron: '50 5 * * 4'
jobs:
call-semgrep:
uses: trayio/semgrep-reusable-workflow/.github/workflows/semgrep.yml@main
secrets: inherit

0 comments on commit 441999b

Please # to comment.