mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-10-05 03:52:02 +02:00
ci: run vulnscan less often
This commit is contained in:
3
.github/workflows/vulnscan.yml
vendored
3
.github/workflows/vulnscan.yml
vendored
@@ -1,10 +1,9 @@
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||
---
|
||||
name: vulnscan
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '7 4 * * 4' # weekly on thursday morning
|
||||
- cron: '7 4 1 * *' # monthly on first day's morning
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user