Skip to content

Commit

Permalink
Removed auto-associated BSI references in newly created rules
Browse files Browse the repository at this point in the history
  • Loading branch information
benruland committed Oct 4, 2024
1 parent 14fe5be commit 029d062
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ rationale: |-
identifiers: {}

references:
bsi: APP.4.4.A19

severity: medium

{{% set jqfilter = '[ .items[] | select(.metadata.name | test("{{.var_deployments_without_high_availability}}"; "") | not) | select (.spec.replicas == 0 or .spec.replicas == 1 | not) | select(.spec.template.spec.affinity.podAntiAffinity == null and .spec.template.spec.topologySpreadConstraints == null) | .metadata.namespace + "/" + .metadata.name ]' %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ rationale: |-
identifiers: {}

references:
bsi: APP.4.4.A19

severity: medium

{{% set jqfilter = '[ .items[] | select(.metadata.name | test("{{.var_statefulsets_without_high_availability}}"; "") | not) | select (.spec.replicas == 0 or .spec.replicas == 1 | not) | select(.spec.template.spec.affinity.podAntiAffinity == null and .spec.template.spec.topologySpreadConstraints == null) | .metadata.namespace + "/" + .metadata.name ]' %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ rationale: |-
identifiers: {}

references:
bsi: APP.4.4.A19

severity: medium

ocil_clause: 'Kubernetes control plane not distributed across three failure zones'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ rationale: |-
identifiers: {}

references:
bsi: APP.4.4.A19

severity: medium

ocil_clause: 'Kubernetes infrastructure nodes not distributed across three failure zones'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ ocil: |-
identifiers: {}

references:
bsi: APP.4.4.A19

severity: medium

warnings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ rationale: |-
identifiers: {}

references:
bsi: APP.4.4.A19

severity: medium

ocil_clause: 'MachineConfigPool master has less than three nodes'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ rationale: |-
identifiers: {}

references:
bsi: APP.4.4.A19

severity: medium

ocil_clause: 'Kubernetes worker nodes not distributed across three failure zones'
Expand Down

0 comments on commit 029d062

Please sign in to comment.