mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
CHECK_ID_check120=""
|
|
CHECK_TITLE_check120=""
|
|
CHECK_SCORED_check120=""
|
|
CHECK_TYPE_check120=""
|
|
CHECK_ALTERNATE_check120="check120"
|
|
|
|
check120(){
|
|
# "Ensure security contact information is registered (Scored)"
|
|
# No command available
|
|
textTitle "$ID120" "$TITLE120" "SCORED" "LEVEL1"
|
|
textNotice "No command available for check 1.20 "
|
|
textNotice "See section 1.20 on the CIS Benchmark guide for details "
|
|
}
|