File tree 2 files changed +6
-30
lines changed
2 files changed +6
-30
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
- name : Set up Helm
16
16
uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
17
17
with :
18
- version : ' 3.14.0'
18
+ version : " 3.14.0"
19
19
20
20
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
21
21
with :
22
- python-version : ' 3.x'
22
+ python-version : " 3.x"
23
23
24
24
- name : Set up chart-testing
25
25
uses : helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
41
41
with :
42
42
config : ./tests/kind-config.yaml
43
43
44
- - name : install falco if needed (ie for falco-exporter)
45
- if : steps.list-changed.outputs.changed == 'true'
46
- run : |
47
- changed=$(ct list-changed --config ct.yaml)
48
- if [[ "$changed[@]" =~ "charts/falco-exporter" ]]; then
49
- helm repo add falcosecurity https://falcosecurity.github.io/charts
50
- helm repo update
51
- helm install falco falcosecurity/falco -f ./tests/falco-test-ci.yaml
52
- kubectl get po -A
53
- sleep 120
54
- kubectl get po -A
55
- fi
56
-
57
44
- name : Run chart-testing (install)
58
45
if : steps.list-changed.outputs.changed == 'true'
59
- run : ct install --config ct.yaml
46
+ run : ct install --exclude-deprecated -- config ct.yaml
60
47
61
48
go-unit-tests :
62
49
runs-on : ubuntu-latest
@@ -69,15 +56,15 @@ jobs:
69
56
- name : Set up Helm
70
57
uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
71
58
with :
72
- version : ' 3.10.3'
59
+ version : " 3.10.3"
73
60
74
61
- name : Update repo deps
75
- run : helm dependency update ./charts/falco
62
+ run : helm dependency update ./charts/falco
76
63
77
64
- name : Setup Go
78
65
uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
79
66
with :
80
- go-version : ' 1.21'
67
+ go-version : " 1.21"
81
68
check-latest : true
82
69
83
70
- name : K8s-metacollector unit tests
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments