Skip to content

feat(validations): add Go native FIPS 140-3 module support#334

Open
smith-xyz wants to merge 1 commit into
openshift:mainfrom
smith-xyz:feat/golang-fips-validation
Open

feat(validations): add Go native FIPS 140-3 module support#334
smith-xyz wants to merge 1 commit into
openshift:mainfrom
smith-xyz:feat/golang-fips-validation

Conversation

@smith-xyz
Copy link
Copy Markdown
Contributor

Add version-gated validation for Go binaries using the native FIPS
module (GOFIPS140). Go <= 1.25 uses legacy OpenSSL checks. Go 1.26
supports dual mode (native or OpenSSL). Go >= 1.27 requires native
FIPS with GODEBUG fips140=auto and a certified GOFIPS140 module.

Refactor scan pipeline into phased validation (OS -> binary inspection
-> module artifact validation) and move host library FIPS checks from
config into a code-driven registry for extensibility. Remove the
fips_validation_mode config gate in favor of presence-based activation
via fips_certified_modules.

Closes #332

@smith-xyz smith-xyz requested a review from dbenoit17 May 12, 2026 19:36
@openshift-ci openshift-ci Bot requested review from kolyshkin and mrunalp May 12, 2026 19:36
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 12, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: smith-xyz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 12, 2026
@smith-xyz smith-xyz requested a review from richardsonnick May 12, 2026 19:36
@smith-xyz smith-xyz force-pushed the feat/golang-fips-validation branch from 9950cc4 to 69f92a7 Compare May 12, 2026 19:41
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 12, 2026

@smith-xyz: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Go native FIPS 140-3 module (GOFIPS140) binaries

1 participant