mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
fix(accessanalyzer): no analyzers using pydantic (#1806)
This commit is contained in:
@@ -57,12 +57,12 @@ class AccessAnalyzer:
|
||||
if analyzer_count == 0:
|
||||
self.analyzers.append(
|
||||
Analyzer(
|
||||
"",
|
||||
self.audited_account,
|
||||
"NOT_AVAILABLE",
|
||||
"",
|
||||
"",
|
||||
regional_client.region,
|
||||
arn="",
|
||||
name=self.audited_account,
|
||||
status="NOT_AVAILABLE",
|
||||
tags="",
|
||||
type="",
|
||||
region=regional_client.region,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user