Skip to content

Commit f8cacbd

Browse files
authored
chore: schedule montly execution for Trivy
1 parent 088a385 commit f8cacbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trivy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
pull_request:
1212
# The branches below must be a subset of the branches above
1313
branches: [ "main" ]
14+
schedule:
15+
- cron: '0 0 1 * *' # Runs at midnight on the first day of every month
1416

1517
permissions:
1618
contents: read

0 commit comments

Comments
 (0)