From 0dc2b9a081800a2f9df75eab2ef0a6686044e320 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Tue, 6 Nov 2018 00:17:00 -0500 Subject: [PATCH] Improved extra734 checking enforce policy --- checks/check_extra734 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra734 b/checks/check_extra734 index 7c5abe3c..ed1886dd 100644 --- a/checks/check_extra734 +++ b/checks/check_extra734 @@ -30,7 +30,7 @@ extra734(){ echo "$RESULT" | while read RBUCKET SSEALG; do if [[ $SSEALG ]]; then if [[ $CHECK_BUCKET_SSE_POLICY ]]; then - textPass "Bucket $RBUCKET has SSE enabled with algorithm $SSEALG and S3 policy enforce it" + textPass "Bucket $RBUCKET has SSE enabled with algorithm $SSEALG and S3 policy to enforce it" else # I'll leave it as Pass but to prevent uploads of unencrypted # objects to Amazon S3 a policy to enforce it is required