File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,11 @@ updates:
33 - package-ecosystem : " gomod"
44 directory : " /"
55 schedule :
6- interval : " monthly"
6+ interval : " weekly"
7+ groups :
8+ minor-and-patch :
9+ patterns :
10+ - " *"
11+ update-types :
12+ - " minor"
13+ - " patch"
Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - main
5+ pull_request :
6+ branches :
7+ - main
8+ schedule :
9+ - cron : ' 0 12 * * *' # Daily at 12:00 UTC
10+
11+ name : Security Scan
12+
13+ permissions :
14+ contents : read
15+
16+ jobs :
17+ govulncheck :
18+ name : Go Vulnerability Check
19+ runs-on : ubuntu-latest
20+ steps :
21+ - name : Checkout code
22+ uses : actions/checkout@v4
23+
24+ - name : Run govulncheck
25+ uses : golang/govulncheck-action@v1
Original file line number Diff line number Diff line change 2121 container : golang:latest
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525
2626 - name : Install dependencies
2727 run : |
You can’t perform that action at this time.
0 commit comments