fix(Security Hub): associate resource_arn as resourceId (#1672)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2023-01-09 14:16:57 +01:00
committed by GitHub
parent d5edbaa3a9
commit 4dfa20e40b
2 changed files with 8 additions and 6 deletions

View File

@@ -276,7 +276,7 @@ class Test_Outputs:
expected.Id = f"prowler-{finding.check_metadata.CheckID}-123456789012-eu-west-1-{hash_sha512('test-resource')}"
expected.ProductArn = "arn:aws:securityhub:eu-west-1::product/prowler/prowler"
expected.ProductFields = ProductFields(
ProviderVersion=prowler_version, ProwlerResourceName="test-resource"
ProviderVersion=prowler_version, ProwlerResourceName="test-arn"
)
expected.GeneratorId = "prowler-" + finding.check_metadata.CheckID
expected.AwsAccountId = AWS_ACCOUNT_ID
@@ -289,7 +289,7 @@ class Test_Outputs:
expected.Description = finding.check_metadata.Description
expected.Resources = [
Resource(
Id="test-resource",
Id="test-arn",
Type=finding.check_metadata.ResourceType,
Partition="aws",
Region="eu-west-1",