Skip to content

Commit

Permalink
Fix various naming inconsistencies (#74)
Browse files Browse the repository at this point in the history
* Rename M-400_image_tag_latest.yaml to M-400_image_tagged_latest.yaml

Inconsistent filename

* Resolve various inconsistent names

* missing rename
  • Loading branch information
caruccio authored Dec 27, 2024
1 parent 4b8de5b commit f2ee9a6
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-409
slug: depŕecated-image-registry
slug: deprecated-image-registry
severity: Medium
message: "Deprecated image registry"
match:
Expand Down
2 changes: 1 addition & 1 deletion internal/builtins/mitre/M-200_allowed_registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-200
slug: image-registry
slug: allowed-registries
severity: Medium
message: "Image registry not allowed"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-202
slug: auto-mount-sa-token
slug: auto-mount-service-account-token
severity: Low
message: "Automounted service account token"
match:
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion internal/builtins/nsa/M-300_read_only_root_filesystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-300
slug: read-only-root-fs
slug: read-only-root-filesystem
severity: Low
message: "Root filesystem write allowed"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/pod-security-admission/policy/check_capabilities_baseline.go
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/pod-security-admission/policy/check_capabilities_baseline_test.go
id: M-103
slug: capabilities-added
slug: capabilities-baseline
severity: High
message: "Insecure capabilities"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/pod-security-admission/policy/check_capabilities_restricted.go
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/pod-security-admission/policy/check_capabilities_restricted_test.go
id: M-116
slug: capabilities
slug: capabilities-restricted
severity: Low
message: "Not allowed added/dropped capabilities"
match:
Expand Down

0 comments on commit f2ee9a6

Please sign in to comment.