Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions tests/4_container_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,18 @@ check_4_11() {
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() {
endsectionjson
}