mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
feat(shub): add Security Hub integration (#1255)
This commit is contained in:
@@ -41,7 +41,7 @@ class iam_disable_30_days_credentials(Check):
|
||||
else:
|
||||
report = Check_Report(self.metadata)
|
||||
report.status = "PASS"
|
||||
report.result_extended = "There is no IAM users"
|
||||
report.status_extended = "There is no IAM users"
|
||||
report.region = iam_client.region
|
||||
findings.append(report)
|
||||
|
||||
|
||||
@@ -43,5 +43,6 @@ class iam_disable_90_days_credentials(Check):
|
||||
report.status = "PASS"
|
||||
report.status_extended = "There is no IAM users"
|
||||
report.region = "us-east-1"
|
||||
findings.append(report)
|
||||
|
||||
return findings
|
||||
|
||||
Reference in New Issue
Block a user