mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
CIS Benchmarks: remove version note from policies YAML (#31088)
- @noahtalerman: It was out of date for Windows 11. We show the version in the READMEs. For example, here's the [Windows README](https://github.com/fleetdm/fleet/tree/main/ee/cis/win-11).
This commit is contained in:
parent
e89881402e
commit
3c0ba13798
5 changed files with 0 additions and 5 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
# The latest version of CIS Benchmarks for macOS as of November 2024 was used which was benchmark 3.0.0 for macOS 13
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: policy
|
kind: policy
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
# The latest version of CIS Benchmarks for macOS as of November 2024 for macOS 14.
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: policy
|
kind: policy
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
# The latest version of CIS Benchmarks for macOS as of November 2024 for macOS 15.
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: policy
|
kind: policy
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
# The latest version of CIS Benchmarks for Windows 10 Enterprise is version 1.12.0
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: policy
|
kind: policy
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
# The latest version of CIS Benchmarks for Windows 11 Enterprise is version v3.0.0 - 02-22-2024
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: policy
|
kind: policy
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue