From e152848a59ff37df338be5235aaa8d16395886a0 Mon Sep 17 00:00:00 2001 From: pedrooot Date: Fri, 27 Jun 2025 13:46:26 +0200 Subject: [PATCH] feat(changelog): update with latests changes --- prowler/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index 03652c8a61..530a816294 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -42,6 +42,7 @@ All notable changes to the **Prowler SDK** are documented in this file. - New check `monitor_alert_service_health_exists` for Azure provider [(#8067)](https://github.com/prowler-cloud/prowler/pull/8067) - Replace `Domain.Read.All` with `Directory.Read.All` in Azure and M365 docs [(#8075)](https://github.com/prowler-cloud/prowler/pull/8075) - Refactor IaC provider to use Checkov as Python library [(#8093)](https://github.com/prowler-cloud/prowler/pull/8093) +- Add PDF report generation for Prowler ThreatScore [(#8918)](https://github.com/prowler-cloud/prowler/pull/8018) ### Fixed - Consolidate Azure Storage file service properties to the account level, improving the accuracy of the `storage_ensure_file_shares_soft_delete_is_enabled` check [(#8087)](https://github.com/prowler-cloud/prowler/pull/8087)