Skip to content

Commit cd0e5f6

Browse files
committed
Run Trivy scan on schedule instead of pull requests
Signed-off-by: Eddie Torres <torredil@amazon.com>
1 parent 18b1a09 commit cd0e5f6

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)