mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-04-15 00:57:55 +00:00
fix(aws): exact match in resource-arn filtering (#8533)
This commit is contained in:
@@ -13,5 +13,4 @@ class Test_Scan_Filters:
|
||||
assert not is_resource_filtered(
|
||||
"arn:aws:iam::123456789012:user/test1", audit_resources
|
||||
)
|
||||
assert is_resource_filtered("test_bucket", audit_resources)
|
||||
assert is_resource_filtered("arn:aws:s3:::test_bucket", audit_resources)
|
||||
|
||||
Reference in New Issue
Block a user