Skip to content

Commit bfb26f2

Browse files
authored
Adds grype scan cron job (#603)
Co-authored-by: Mark Katerberg <[email protected]>
1 parent f3d4c42 commit bfb26f2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/security.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Security
2+
3+
on:
4+
workflow_dispatch: {}
5+
schedule:
6+
- cron: "0 13 * * 1" # 8am CT on Mondays
7+
8+
jobs:
9+
call-grype:
10+
uses: opslevel/actions/.github/workflows/grype.yml@main
11+
with:
12+
alias: backstage_plugin
13+
secrets: inherit

0 commit comments

Comments
 (0)