We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586314e commit 76b2d4dCopy full SHA for 76b2d4d
.github/workflows/trivy.yaml
@@ -4,6 +4,8 @@ on:
4
branches:
5
- main
6
pull_request:
7
+ schedule:
8
+ - cron: "5 4 */7 * *"
9
jobs:
10
build:
11
name: Build
0 commit comments