1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-10-05 03:52:02 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
cn
34f2c01543 ci: run vulnscan less often 2025-10-02 20:37:01 +02:00

View File

@@ -1,10 +1,9 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
--- ---
name: vulnscan name: vulnscan
on: on:
schedule: schedule:
- cron: '7 4 * * 4' # weekly on thursday morning - cron: '7 4 1 * *' # monthly on first day's morning
workflow_dispatch: workflow_dispatch:
jobs: jobs: