feat(NHN): add NHN cloud provider with 6 checks (#6870)

Co-authored-by: MrCloudSec <hello@mistercloudsec.com>
This commit is contained in:
eeche
2025-04-09 22:13:24 +09:00
committed by Pepe Fagoaga
parent b81e12f697
commit d489c80857
62 changed files with 3615 additions and 4 deletions
+2 -2
View File
@@ -16,11 +16,11 @@ prowler_command = "prowler"
# capsys
# https://docs.pytest.org/en/7.1.x/how-to/capture-stdout-stderr.html
prowler_default_usage_error = "usage: prowler [-h] [--version] {aws,azure,gcp,kubernetes,microsoft365,dashboard} ..."
prowler_default_usage_error = "usage: prowler [-h] [--version] {aws,azure,gcp,kubernetes,microsoft365,nhn,dashboard} ..."
def mock_get_available_providers():
return ["aws", "azure", "gcp", "kubernetes", "microsoft365"]
return ["aws", "azure", "gcp", "kubernetes", "microsoft365", "nhn"]
@pytest.mark.arg_parser