Skip to content

Commit d44c2a9

Browse files
authored
Merge pull request #496 from konstruktoid/artifactvalidation
add 4.12 check
2 parents 715de9c + 68c8e53 commit d44c2a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/4_container_images.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,18 @@ check_4_11() {
243243
logcheckresult "NOTE"
244244
}
245245

246+
check_4_12() {
247+
local id="4.12"
248+
local desc="Ensure all signed artifacts are validated (Manual)"
249+
local remediation="Validate artifacts signatures before uploading to the package registry."
250+
local remediationImpact="None."
251+
local check="$id - $desc"
252+
starttestjson "$id" "$desc"
253+
254+
note -c "$check"
255+
logcheckresult "NOTE"
256+
}
257+
246258
check_4_end() {
247259
endsectionjson
248260
}

0 commit comments

Comments
 (0)