Skip to content

Commit 53abba4

Browse files
authored
Merge pull request #43 from rundeck-plugins/snyk-weekly
ci: add weekly Monday Snyk scan schedule
2 parents aa66f54 + ba9a620 commit 53abba4

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)