mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(glacier): handle no vault policy error (#1650)
Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
@@ -58,7 +58,7 @@ class Test_glacier_vaults_policy_public_access:
|
||||
assert result[0].status == "PASS"
|
||||
assert (
|
||||
result[0].status_extended
|
||||
== f"Vault {vault_name} has policy which does not allow access to everyone"
|
||||
== f"Vault {vault_name} does not have a policy"
|
||||
)
|
||||
|
||||
def test_vault_policy_pricipal_aws_list_asterisk(self):
|
||||
|
||||
Reference in New Issue
Block a user