We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b1a09 commit cd0e5f6Copy full SHA for cd0e5f6
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