From 02a3c750f880de5e67b109e4bfacdd835b58b6f9 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:56:14 +0200 Subject: [PATCH] chore(release): update Prowler Version to 3.10.0 (#2926) Co-authored-by: github-actions --- prowler/config/config.py | 2 +- pyproject.toml | 2 +- tests/providers/aws/lib/security_hub/security_hub_test.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index 9bd75c22..09005e92 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -11,7 +11,7 @@ from prowler.lib.logger import logger timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.9.0" +prowler_version = "3.10.0" html_logo_url = "https://github.com/prowler-cloud/prowler/" html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png" square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png" diff --git a/pyproject.toml b/pyproject.toml index 441473d8..d0fb816e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ {include = "prowler"} ] readme = "README.md" -version = "3.9.0" +version = "3.10.0" [tool.poetry.dependencies] alive-progress = "3.1.4" diff --git a/tests/providers/aws/lib/security_hub/security_hub_test.py b/tests/providers/aws/lib/security_hub/security_hub_test.py index 9cb4cd21..6c81d2e4 100644 --- a/tests/providers/aws/lib/security_hub/security_hub_test.py +++ b/tests/providers/aws/lib/security_hub/security_hub_test.py @@ -4,7 +4,7 @@ import botocore from boto3 import session from mock import MagicMock, patch -from prowler.config.config import timestamp_utc +from prowler.config.config import prowler_version, timestamp_utc from prowler.lib.check.models import Check_Report, load_check_metadata from prowler.providers.aws.lib.audit_info.models import AWS_Audit_Info @@ -127,7 +127,7 @@ class Test_SecurityHub: "RecordState": "ACTIVE", "ProductFields": { "ProviderName": "Prowler", - "ProviderVersion": "3.9.0", + "ProviderVersion": prowler_version, "ProwlerResourceName": "test", }, "GeneratorId": "prowler-iam_user_accesskey_unused",