Skip to content

Commit dc03338

Browse files
Update .github/workflows/update-owasp-db.yaml
Co-authored-by: Charles Dubois <[email protected]>
1 parent 03c98a0 commit dc03338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-owasp-db.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Vulnerability Database
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '46 20 * * 2' # use a somewhat random time to avoid producing load spikes on the GH actions infrastructure
6+
- cron: '46 20 * * 2' # At 08:46 PM, only on Tuesday, random time to avoid producing load spikes on the GH actions infrastructure
77

88
env:
99
CVE_CACHE_KEY: cve-db

0 commit comments

Comments
 (0)