Skip to content

Commit

Permalink
Merge pull request #489 from joaocfernandes/fix_typos
Browse files Browse the repository at this point in the history
Fix description typos
  • Loading branch information
konstruktoid authored Nov 12, 2021
2 parents ec3ddf2 + a409e03 commit ec211a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/4_container_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ check_4_10() {

check_4_11() {
local id="4.11"
local desc="Ensure only verified packages are are installed (Manual)"
local desc="Ensure only verified packages are installed (Manual)"
local remediation="You should use a secure package distribution mechanism of your choice to ensure the authenticity of software packages."
local remediationImpact="None."
local check="$id - $desc"
Expand Down
2 changes: 1 addition & 1 deletion tests/5_container_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec211a3

Please sign in to comment.