Skip to content

Commit ba9a620

Browse files
committed
ci: add weekly Monday Snyk scan schedule
1 parent aa66f54 commit ba9a620

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/snyk-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ main, master ]
66
pull_request:
77
branches: [ main, master ]
8+
schedule:
9+
# Weekly on Monday 06:00 UTC (GitHub Actions cron is UTC-only)
10+
- cron: '0 6 * * 1'
811
workflow_dispatch:
912

1013
jobs:

0 commit comments

Comments
 (0)