chore(Security Hub): add status extended to Security Hub (#1921)

This commit is contained in:
Sergio Garcia
2023-02-21 15:11:43 +01:00
committed by GitHub
parent 813f3e7d42
commit ce3ef0550f
4 changed files with 4 additions and 4 deletions

View File

@@ -291,7 +291,7 @@ class Test_Outputs:
) = expected.CreatedAt = timestamp_utc.strftime("%Y-%m-%dT%H:%M:%SZ")
expected.Severity = Severity(Label=finding.check_metadata.Severity.upper())
expected.Title = finding.check_metadata.CheckTitle
expected.Description = finding.check_metadata.Description
expected.Description = finding.status_extended
expected.Resources = [
Resource(
Id="test-arn",