fix(nhn): remove unneeded parameter (#7600)

This commit is contained in:
Pedro Martín
2025-04-24 13:21:52 +02:00
committed by GitHub
parent 8e3c856a14
commit 87f3e0a138
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ All notable changes to the **Prowler SDK** are documented in this file.
- Add the correct values for logger.info inside iam service [(#7526)](https://github.com/prowler-cloud/prowler/pull/7526).
- Update S3 bucket naming validation to accept dots [(#7545)](https://github.com/prowler-cloud/prowler/pull/7545).
- Handle new FlowLog model properties in Azure [(#7546)](https://github.com/prowler-cloud/prowler/pull/7546).
- Remove invalid parameter `create_file_descriptor` [(#7600)](https://github.com/prowler-cloud/prowler/pull/7600)
---
-1
View File
@@ -717,7 +717,6 @@ def prowler():
generic_compliance = GenericCompliance(
findings=finding_outputs,
compliance=bulk_compliance_frameworks[compliance_name],
create_file_descriptor=True,
file_path=filename,
)
generated_outputs["compliance"].append(generic_compliance)