We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732952b commit 32d9ffbCopy full SHA for 32d9ffb
.github/workflows/gitleaks.yml
@@ -7,6 +7,15 @@ on: # yamllint disable-line rule:truthy
7
push:
8
workflow_dispatch:
9
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
+ # * * * * *
19
- cron: "0 4 * * *" # run once a day at 4 AM
20
jobs:
21
scan:
0 commit comments