mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
Update hardening guide to add bind-address flag
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
This commit is contained in:
@@ -53,7 +53,7 @@ get_id_text() {
|
||||
|
||||
get_section_ids() {
|
||||
id=${1}
|
||||
jq -r --arg id "${id}" '.[] | select(.id==$id) | .checks[].id' ${results_file}
|
||||
jq -r --arg id "${id}" '.[] | select(.id==$id) | .checks[].id' ${results_file} | sort -V
|
||||
}
|
||||
|
||||
get_section_desc() {
|
||||
|
||||
Reference in New Issue
Block a user