We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3874c54 commit bc2f40fCopy full SHA for bc2f40f
1 file changed
.github/workflows/trivy.yaml
@@ -3,7 +3,8 @@ on:
3
push:
4
branches:
5
- master
6
- pull_request:
+ schedule:
7
+ - cron: '0 0 * * *' # Run daily at midnight UTC
8
jobs:
9
build:
10
name: Build
0 commit comments