File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Set up D2
18
18
run : |
Original file line number Diff line number Diff line change 11
11
kube-linter :
12
12
runs-on : " ubuntu-latest"
13
13
steps :
14
- - uses : " actions/checkout@v4 "
14
+ - uses : " actions/checkout@v5 "
15
15
- name : " Scan yamls"
16
16
id : " kube-lint-scan"
17
17
uses : " stackrox/kube-linter-action@v1"
21
21
yamllint :
22
22
runs-on : " ubuntu-latest"
23
23
steps :
24
- - uses : " actions/checkout@v4 "
24
+ - uses : " actions/checkout@v5 "
25
25
- name : " Install yamllint"
26
26
run : |
27
27
pip install yamllint
Original file line number Diff line number Diff line change 12
12
name : " trivy"
13
13
runs-on : " ubuntu-latest"
14
14
steps :
15
- - uses : " actions/checkout@v4 "
15
+ - uses : " actions/checkout@v5 "
16
16
- name : " Run Trivy vulnerability scanner in fs mode"
17
17
uses : " aquasecurity/trivy-action@master"
18
18
env :
25
25
name : " gitleaks"
26
26
runs-on : " ubuntu-latest"
27
27
steps :
28
- - uses : " actions/checkout@v4 "
28
+ - uses : " actions/checkout@v5 "
29
29
with :
30
30
fetch-depth : 0
31
31
- uses : " gitleaks/gitleaks-action@v2"
Original file line number Diff line number Diff line change 16
16
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
17
17
18
18
- name : Checkout code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Validate Manifests
22
22
run : |
You can’t perform that action at this time.
0 commit comments