From 899013adb3b872850025d8c135134cb941bfef04 Mon Sep 17 00:00:00 2001 From: Luciano Carranza Date: Thu, 12 May 2022 11:12:13 -0300 Subject: [PATCH] Remove extra space from nsa ClusterComplianceReport manifest to fix yamllint error Signed-off-by: Luciano Carranza --- deploy/specs/nsa-1.0.yaml | 2 +- docs/design/design_compliance_report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/specs/nsa-1.0.yaml b/deploy/specs/nsa-1.0.yaml index 888840db7..50bc5846d 100644 --- a/deploy/specs/nsa-1.0.yaml +++ b/deploy/specs/nsa-1.0.yaml @@ -74,7 +74,7 @@ spec: checks: - id: KSV010 severity: 'HIGH' - - name: Run with root privileges or with root group membership + - name: Run with root privileges or with root group membership description: 'Controls whether container applications can run with root privileges or with root group membership' id: '1.6' kinds: diff --git a/docs/design/design_compliance_report.md b/docs/design/design_compliance_report.md index 41060a12d..8393cd8fa 100644 --- a/docs/design/design_compliance_report.md +++ b/docs/design/design_compliance_report.md @@ -97,7 +97,7 @@ spec: checks: - id: KSV010 severity: 'HIGH' - - name: Run with root privileges or with root group membership + - name: Run with root privileges or with root group membership description: 'Controls whether container applications can run with root privileges or with root group membership' id: '1.6' kinds: