From 8ef0a00178bf0b2974ed3ed1de8dd7d44e1ce0f2 Mon Sep 17 00:00:00 2001 From: Patrick Gallagher Date: Wed, 14 May 2025 15:00:47 -0400 Subject: [PATCH] Update cis-benchmarks.md (#28947) Malformed link --- articles/cis-benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/cis-benchmarks.md b/articles/cis-benchmarks.md index 6c8ff6667a..63845ae74e 100644 --- a/articles/cis-benchmarks.md +++ b/articles/cis-benchmarks.md @@ -52,7 +52,7 @@ If either of these conditions fails, the host is considered to be failing the po All CIS policies are stored under our restricted licensed folder `ee/cis/`. To easily convert the [CIS benchmarks YAML raw file](https://raw.githubusercontent.com/fleetdm/fleet/refs/heads/main/ee/cis/macos-14/cis-policy-queries.yml) to a YAML array format compatible with Fleet GitOps, follow these steps: 1. Install [yq](https://github.com/mikefarah/yq) if you don't have it already. (yq is a command-line YAML, JSON and XML processor.) -2. Run this Shell script to transform the policies into [Fleet YAML]([https://fleetdm.com/docs/configuration/yaml-files](https://fleetdm.com/docs/configuration/yaml-files#policies)): +2. Run this Shell script to transform the policies into [Fleet YAML](https://fleetdm.com/docs/configuration/yaml-files): ``` #!/bin/bash