chore(release): update Prowler Version to 3.10.0 (#2926)

Co-authored-by: github-actions <noreply@github.com>
This commit is contained in:
Sergio Garcia
2023-10-11 17:56:14 +02:00
committed by GitHub
parent cbdb9ce614
commit 02a3c750f8
3 changed files with 4 additions and 4 deletions

View File

@@ -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",