Skip to content

Commit 9b8edcb

Browse files
committed
Minor update to GOFIPS140 verification
1 parent 98fca29 commit 9b8edcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/verify_fips_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ verify_binary_metadata() {
142142
gofips_value="$(grep -oE 'GOFIPS140=[^[:space:]]+' <<<"${meta}" | head -n1 | cut -d= -f2)"
143143
case "${gofips_value}" in
144144
v1.0.0 | v1.0.0-*)
145-
ok "binary build metadata contains GOFIPS140=${gofips_value}" ;;
145+
ok "binary build metadata contains GOFIPS140=v1.0.0" ;;
146146
*)
147147
printf '%s\n' "${meta}" >&2
148148
fail "binary ${binary} has GOFIPS140=${gofips_value:-<missing>}; expected v1.0.0 or v1.0.0-<suffix>" ;;

0 commit comments

Comments
 (0)