Skip to content

Commit 4345761

Browse files
authored
Create ci_security_scan.yml
1 parent c517e0d commit 4345761

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Manual Security Scan
2+
on:
3+
workflow_dispatch:
4+
#schedule:
5+
#- cron: '0 3 * * *' # run at 2 AM UTC
6+
# - cron: '0 0 * * 0' # midnight sunday UTC
7+
8+
jobs:
9+
Scheduled:
10+
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_security_scan.yml@v3

0 commit comments

Comments
 (0)