mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-07 01:32:50 +01:00
feat: add schedule
This commit is contained in:
2
.github/workflows/create-rule-meta.yml
vendored
2
.github/workflows/create-rule-meta.yml
vendored
@@ -2,6 +2,8 @@ name: create security_rules.json
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "*" ]
|
branches: [ "*" ]
|
||||||
|
schedule:
|
||||||
|
- cron: '0 20 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user