From 425fe16752e9c3743bdfb107d9979a51c1907160 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Mon, 27 Jan 2020 17:57:06 -0500 Subject: [PATCH] Update and rename check_extra772 to check_extra773 --- checks/{check_extra772 => check_extra773} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename checks/{check_extra772 => check_extra773} (87%) diff --git a/checks/check_extra772 b/checks/check_extra773 similarity index 87% rename from checks/check_extra772 rename to checks/check_extra773 index d08515a1..ecd26385 100644 --- a/checks/check_extra772 +++ b/checks/check_extra773 @@ -10,13 +10,13 @@ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR # CONDITIONS OF ANY KIND, either express or implied. See the License for the # specific language governing permissions and limitations under the License. -CHECK_ID_extra772="7.72" -CHECK_TITLE_extra772="[extra772] Check if CloudFront distributions are using WAF (Not Scored) (Not part of CIS benchmark)" -CHECK_SCORED_extra772="NOT_SCORED" -CHECK_TYPE_extra772="EXTRA" -CHECK_ALTERNATE_check772="extra772" +CHECK_ID_extra773="7.73" +CHECK_TITLE_extra773="[extra773] Check if CloudFront distributions are using WAF (Not Scored) (Not part of CIS benchmark)" +CHECK_SCORED_extra773="NOT_SCORED" +CHECK_TYPE_extra773="EXTRA" +CHECK_ALTERNATE_check773="extra773" -extra772(){ +extra773(){ # "Check if CloudFront distributions have logging enabled (Not Scored) (Not part of CIS benchmark)" LIST_OF_DISTRIBUTIONS=$($AWSCLI cloudfront list-distributions $PROFILE_OPT --query 'DistributionList.Items[].Id' --output text | grep -v "^None") if [[ $LIST_OF_DISTRIBUTIONS ]]; then