From 07b9e1d3a47dd0ce6ab2c722d9f397ecaef0c242 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 20 Mar 2025 15:22:00 +0545 Subject: [PATCH] chore(api): Update CHANGELOG (#7325) --- api/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index b645d2085d..36b99d3919 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -18,6 +18,8 @@ All notable changes to the **Prowler API** are documented in this file. ### Fixed - Added a handled response in case local files are missing [(#7183)](https://github.com/prowler-cloud/prowler/pull/7183). - Fixed a race condition when deleting export files after the S3 upload [(#7172)](https://github.com/prowler-cloud/prowler/pull/7172). +- Handled exception when a provider has no secret in test connection [(#7283)](https://github.com/prowler-cloud/prowler/pull/7283). + ---