There was an error while loading. Please reload this page.
2 parents 3c89321 + 7343f58 commit 596d61dCopy full SHA for 596d61d
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