Add check7130 to group7_extras and fix some issues

This commit is contained in:
Martina Rath
2021-01-08 13:35:56 +01:00
committed by Rath Martina (R-IT)
parent 9a060a3c43
commit 994abe8fa3
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
# specific language governing permissions and limitations under the License.
CHECK_ID_extra7130="7.130"
CHECK_TITLE_extra7130="[extra7130] Ensure there are no SNS Topics unencrypted (Not Scored) (Not part of CIS benchmark)"
CHECK_TITLE_extra7130="[extra7130] Ensure there are no SNS Topics unencrypted"
CHECK_SCORED_extra7130="NOT_SCORED"
CHECK_TYPE_extra7130="EXTRA"
CHECK_SEVERITY_extra7130="Medium"
@@ -34,7 +34,7 @@ extra7130(){
fi
done
else
textInfo "$regx: No SNS topic found" "$SHORT_TOPIC" "$regx"
textInfo "$regx: No SNS topic found" "$regx"
fi
done
}