diff --git a/checks/check_extra724 b/checks/check_extra724 index 6b504f53..8fece770 100644 --- a/checks/check_extra724 +++ b/checks/check_extra724 @@ -21,5 +21,5 @@ extra724(){ textInfo "$regx: No ACM Certificates found" "$regx" fi done - textInfo " Read more about this here: https://aws.amazon.com/blogs/security/how-to-get-ready-for-certificate-transparency/" + textInfo "*Read more about this here: https://aws.amazon.com/blogs/security/how-to-get-ready-for-certificate-transparency/" } diff --git a/include/outputs b/include/outputs index e48c58ba..d98ea127 100644 --- a/include/outputs +++ b/include/outputs @@ -8,7 +8,7 @@ textPass(){ fi echo "$PROFILE${SEP}$ACCOUNT_NUM${SEP}$REPREGION${SEP}$TITLE_ID${SEP}PASS${SEP}$ITEM_SCORED${SEP}$ITEM_LEVEL${SEP}$TITLE_TEXT${SEP}$1" else - echo " $OK PASS! $NORMAL $1" + echo " $OK PASS!$NORMAL $1" fi }