fix(compliance): set the provider dynamically in Manual checks (#3502)

This commit is contained in:
Sergio Garcia
2024-03-05 14:08:13 +01:00
committed by GitHub
parent 81b2ee4d06
commit 00ab5b5fc2

View File

@@ -53,7 +53,7 @@ def update_checks_metadata_with_compliance(
check_compliance.append(compliance) check_compliance.append(compliance)
# Create metadata for Manual Control # Create metadata for Manual Control
manual_check_metadata = { manual_check_metadata = {
"Provider": "aws", "Provider": framework.Provider.lower(),
"CheckID": "manual_check", "CheckID": "manual_check",
"CheckTitle": "Manual Check", "CheckTitle": "Manual Check",
"CheckType": [], "CheckType": [],