Skip to content

Commit 32d9ffb

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] gitleaks better comments
1 parent 732952b commit 32d9ffb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/gitleaks.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ on: # yamllint disable-line rule:truthy
77
push:
88
workflow_dispatch:
99
schedule:
10+
# ┌───────────── minute (0 - 59)
11+
# │ ┌───────────── hour (0 - 23)
12+
# │ │ ┌───────────── day of the month (1 - 31)
13+
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
14+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
15+
# │ │ │ │ │
16+
# │ │ │ │ │
17+
# │ │ │ │ │
18+
# * * * * *
1019
- cron: "0 4 * * *" # run once a day at 4 AM
1120
jobs:
1221
scan:

0 commit comments

Comments
 (0)