Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 2847230

Browse files
tas50mm-webersyrull
authored
Add checks for EKS to the AWS policy (#560)
Now that we scan EKS clusters as assets we should have at least a few checks for the clusters --------- Signed-off-by: Tim Smith <tsmith84@gmail.com> Signed-off-by: Tim Smith <tim@mondoo.com> Co-authored-by: Manuel Weber <112621871+mm-weber@users.noreply.github.com> Co-authored-by: Dimitar Ganev <d.ganev@protonmail.ch>
1 parent 10507e9 commit 2847230

5 files changed

Lines changed: 261 additions & 97 deletions

File tree

.github/actions/spelling/excludes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
(?:^|/)pyproject.toml
99
(?:^|/)requirements(?:-dev|-doc|-test|)\.txt$
1010
(?:^|/)vendor/
11-
ignore$
1211
\.a$
1312
\.ai$
1413
\.all-contributorsrc$
@@ -81,3 +80,5 @@ ignore$
8180
\.zip$
8281
^\.github/actions/spelling/
8382
^\Q.github/workflows/spelling.yml\E$
83+
_release_template_file.md
84+
ignore$

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ certfile
3131
chacha
3232
cloudservices
3333
CMDLINE
34+
Cmks
3435
COMNAP
3536
COMNODE
3637
controlcenter

.github/actions/spelling/line_forbidden.patterns

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@
100100
# s.b. APIs
101101
\bapis\b
102102

103+
# s.b. Base64
104+
\bBase 64\b
105+
106+
# s.b. CRC32
107+
\bCRC 32\b
108+
109+
# s.b. IaC
110+
\bIAC\b
111+
103112
#
104113
# Product Names
105114
#

.github/actions/spelling/patterns.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,6 @@ tenancy=\S*
136136

137137
# Mondoo registration token https://rubular.com/r/3UzGvhUamOAa0U
138138
MONDOO_REGISTRATION_TOKEN='\S*'
139+
140+
# IPv6 addresses
141+
\b([a-f0-9:]+:+)+[a-f0-9]+\b

0 commit comments

Comments
 (0)