Skip to content

Commit 7343f58

Browse files
authored
Add schedule to trivy job (#1698)
1 parent d9ba38f commit 7343f58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/trivy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Trivy
1616

1717
on:
1818
pull_request:
19+
schedule:
20+
- cron: "0 15 * * *"
1921

2022
concurrency:
2123
group: ${{ github.ref || github.run_id }}-${{ github.workflow }}

0 commit comments

Comments
 (0)