mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
add 4.12 check
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
715de9c607
commit
68c8e53dac
1 changed files with 12 additions and 0 deletions
|
@ -243,6 +243,18 @@ check_4_11() {
|
||||||
logcheckresult "NOTE"
|
logcheckresult "NOTE"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_4_12() {
|
||||||
|
local id="4.12"
|
||||||
|
local desc="Ensure all signed artifacts are validated (Manual)"
|
||||||
|
local remediation="Validate artifacts signatures before uploading to the package registry."
|
||||||
|
local remediationImpact="None."
|
||||||
|
local check="$id - $desc"
|
||||||
|
starttestjson "$id" "$desc"
|
||||||
|
|
||||||
|
note -c "$check"
|
||||||
|
logcheckresult "NOTE"
|
||||||
|
}
|
||||||
|
|
||||||
check_4_end() {
|
check_4_end() {
|
||||||
endsectionjson
|
endsectionjson
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue