fix(scan_test): change resource_tags to a dict (#4631)

This commit is contained in:
Pedro Martín
2024-08-05 10:02:41 +02:00
committed by GitHub
parent ffd9b2a2f6
commit fc5eefe532
+1 -1
View File
@@ -12,7 +12,7 @@ finding = generate_finding_output(
resource_uid="resource-123",
resource_name="Example Resource",
resource_details="Detailed information about the resource",
resource_tags="tag1,tag2",
resource_tags={"tag1": "value1", "tag2": "value2"},
partition="aws",
description="Description of the finding",
risk="High",