Skip to content

Commit a26bcc9

Browse files
SEC-1359 - Add Semgrep weekly scan
1 parent b5ada9c commit a26bcc9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Semgrep
2+
3+
on:
4+
workflow_dispatch: {}
5+
schedule:
6+
- cron: '50 5 * * 2'
7+
jobs:
8+
call-semgrep:
9+
uses: trayio/semgrep-reusable-workflow/.github/workflows/semgrep.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)