File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ checks:
12
12
- " no-liveness-probe"
13
13
- " no-readiness-probe"
14
14
- " use-namespace"
15
- - " non-isolated-pod"
Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ checks:
16
16
- " use-namespace"
17
17
- " access-to-secrets"
18
18
- " access-to-create-pods"
19
- - " non-isolated-pod"
Original file line number Diff line number Diff line change @@ -15,4 +15,3 @@ checks:
15
15
- " run-as-non-root"
16
16
- " no-read-only-root-fs"
17
17
- " use-namespace"
18
- - " non-isolated-pod"
Original file line number Diff line number Diff line change @@ -20,25 +20,29 @@ jobs:
20
20
uses : actions/checkout@v2
21
21
22
22
- name : Scan directory ./deploy/clusterwide/ with kube-linter
23
- uses : stackrox/kube-linter-action@v1
23
+ uses : stackrox/kube-linter-action@v1.0.3
24
24
with :
25
25
directory : deploy/clusterwide
26
26
config : ${GITHUB_WORKSPACE}/.github/config_files/config_lint_clusterwide.yaml
27
+ version : " 48442350" # Note: This is the id for release 0.2.3 returned from api.github.com/repos/stackrox/kube-linter/releases
27
28
28
29
- name : Scan directory ./deploy/openshift/ with kube-linter
29
- uses : stackrox/kube-linter-action@v1
30
+ uses : stackrox/kube-linter-action@v1.0.3
30
31
with :
31
32
directory : deploy/openshift
32
33
config : ${GITHUB_WORKSPACE}/.github/config_files/config_lint_openshift.yaml
34
+ version : " 48442350"
33
35
34
36
- name : Scan directory ./config/manager/ with kube-linter
35
- uses : stackrox/kube-linter-action@v1
37
+ uses : stackrox/kube-linter-action@v1.0.3
36
38
with :
37
39
directory : config/manager/manager.yaml
38
40
config : ${GITHUB_WORKSPACE}/.github/config_files/config_lint.yaml
41
+ version : " 48442350"
39
42
40
43
- name : Scan directory ./config/samples/ with kube-linter
41
- uses : stackrox/kube-linter-action@v1
44
+ uses : stackrox/kube-linter-action@v1.0.3
42
45
with :
43
46
directory : config/samples
44
47
config : ${GITHUB_WORKSPACE}/.github/config_files/config_lint.yaml
48
+ version : " 48442350"
You can’t perform that action at this time.
0 commit comments