Skip to content

Commit

Permalink
Merge pull request #496 from konstruktoid/artifactvalidation
Browse files Browse the repository at this point in the history
add 4.12 check
  • Loading branch information
konstruktoid authored Mar 7, 2022
2 parents 715de9c + 68c8e53 commit d44c2a9
Showing 1 changed file with 12 additions and 0 deletions.
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
}

0 comments on commit d44c2a9

Please sign in to comment.