Skip to content

Commit b0678cc

Browse files
authored
Merge pull request #1090 from torredil/trivy-schedule-trigger
Run Trivy scan on schedule instead of pull requests
2 parents 3874c54 + bc2f40f commit b0678cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/trivy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
branches:
55
- master
6-
pull_request:
6+
schedule:
7+
- cron: '0 0 * * *' # Run daily at midnight UTC
78
jobs:
89
build:
910
name: Build

0 commit comments

Comments
 (0)