From 2bb753b416d1bc00fd0414203a53a02adfdc8dd1 Mon Sep 17 00:00:00 2001 From: Matus Marhefka Date: Tue, 22 Oct 2024 10:13:32 +0200 Subject: [PATCH] Make nist-validation test waiver applicable also on CentOS --- conf/waivers/30-permanent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/waivers/30-permanent b/conf/waivers/30-permanent index 14ccddf..0935cd7 100644 --- a/conf/waivers/30-permanent +++ b/conf/waivers/30-permanent @@ -89,6 +89,6 @@ # Caused by SCE content being built by default, enabled # in https://github.com/ComplianceAsCode/content/pull/12488 /static-checks/nist-validation/ssg-rhel9-ds/SRC-118 - rhel >= 9 + (rhel.is_centos() and rhel >= 9) or rhel >= 9 # vim: syntax=python