There was an error while loading. Please reload this page.
1 parent d9ba38f commit 7343f58Copy full SHA for 7343f58
1 file changed
.github/workflows/trivy.yml
@@ -16,6 +16,8 @@ name: Trivy
16
17
on:
18
pull_request:
19
+ schedule:
20
+ - cron: "0 15 * * *"
21
22
concurrency:
23
group: ${{ github.ref || github.run_id }}-${{ github.workflow }}
0 commit comments