We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fca29 commit 9b8edcbCopy full SHA for 9b8edcb
1 file changed
.github/scripts/verify_fips_image.sh
@@ -142,7 +142,7 @@ verify_binary_metadata() {
142
gofips_value="$(grep -oE 'GOFIPS140=[^[:space:]]+' <<<"${meta}" | head -n1 | cut -d= -f2)"
143
case "${gofips_value}" in
144
v1.0.0 | v1.0.0-*)
145
- ok "binary build metadata contains GOFIPS140=${gofips_value}" ;;
+ ok "binary build metadata contains GOFIPS140=v1.0.0" ;;
146
*)
147
printf '%s\n' "${meta}" >&2
148
fail "binary ${binary} has GOFIPS140=${gofips_value:-<missing>}; expected v1.0.0 or v1.0.0-<suffix>" ;;
0 commit comments