We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088a385 commit f8cacbdCopy full SHA for f8cacbd
1 file changed
.github/workflows/trivy.yml
@@ -11,6 +11,8 @@ on:
11
pull_request:
12
# The branches below must be a subset of the branches above
13
branches: [ "main" ]
14
+ schedule:
15
+ - cron: '0 0 1 * *' # Runs at midnight on the first day of every month
16
17
permissions:
18
contents: read
0 commit comments