From e47784b9e01e5ef0c004e47fc014bc6af415da3b Mon Sep 17 00:00:00 2001 From: Xiangce Liu Date: Wed, 11 Dec 2024 17:02:45 +0800 Subject: [PATCH] fix: add the missed compliance entry in compliance manifest (#4302) - it caused that compliance data was not collected Signed-off-by: Xiangce Liu (cherry picked from commit 08fd76a144548e84e9a75d5d36082ec50074612c) (cherry picked from commit 12392583ff24c2551c4b15d135dd680f379b3044) --- insights/specs/datasources/manifests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/insights/specs/datasources/manifests.py b/insights/specs/datasources/manifests.py index 8572d2671a..543df5b761 100644 --- a/insights/specs/datasources/manifests.py +++ b/insights/specs/datasources/manifests.py @@ -132,6 +132,8 @@ # determines which specs get loaded - name: insights.specs.datasources.compliance.compliance_ds enabled: true + - name: insights.specs.Specs.compliance + enabled: true - name: insights.specs.default.DefaultSpecs.compliance enabled: true - name: insights.specs.default.DefaultSpecs.compliance_policies