Fix typo in check_5_21

This commit is contained in:
João Fernandes 2021-11-11 19:54:20 +00:00 committed by João Carlos dos Santos Fernandes
parent 7e89ea067d
commit a409e03d99
No known key found for this signature in database
GPG key ID: CD84D566FB845F9D

View file

@ -854,7 +854,7 @@ check_5_21() {
fi
local id="5.21"
local desc="Ensurethe default seccomp profile is not Disabled (Automated)"
local desc="Ensure the default seccomp profile is not Disabled (Automated)"
local remediation="By default, seccomp profiles are enabled. You do not need to do anything unless you want to modify and use a modified seccomp profile."
local remediationImpact="With Docker 1.10 and greater, the default seccomp profile blocks syscalls, regardless of -- cap-add passed to the container."
local check="$id - $desc"