From b72e4a657ce62ec65a0d271004ab68f0680d8fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Mon, 27 May 2024 13:44:57 +0200 Subject: [PATCH] chore(logo-html): update html logo (#4089) --- prowler/config/config.py | 2 +- prowler/lib/outputs/html/html.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index ae4e46cfbb..7fcf097f4b 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -13,7 +13,7 @@ timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) prowler_version = "4.1.0" html_logo_url = "https://github.com/prowler-cloud/prowler/" -square_logo_img = "https://raw.githubusercontent.com/prowler-cloud/prowler/master/docs/img/prowler-logo-black.png#gh-light-mode-onlyg" +square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png" aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png" azure_logo = "https://user-images.githubusercontent.com/38561120/235927375-b23e2e0f-8932-49ec-b59c-d89f61c8041d.png" gcp_logo = "https://user-images.githubusercontent.com/38561120/235928332-eb4accdc-c226-4391-8e97-6ca86a91cf50.png" diff --git a/prowler/lib/outputs/html/html.py b/prowler/lib/outputs/html/html.py index 9f59513f7f..9106ce0f78 100644 --- a/prowler/lib/outputs/html/html.py +++ b/prowler/lib/outputs/html/html.py @@ -57,7 +57,8 @@ def add_html_header(file_descriptor, provider):
prowler-logo + alt="prowler-logo" + style="width: 300px; height:auto;"/>
Report Information