Skip to content

Added verify_fips_image.sh script#1403

Merged
Slach merged 1 commit into
Altinity:masterfrom
besteffects:fips_140_autotests
May 31, 2026
Merged

Added verify_fips_image.sh script#1403
Slach merged 1 commit into
Altinity:masterfrom
besteffects:fips_140_autotests

Conversation

@besteffects
Copy link
Copy Markdown
Member

Added FIPS verification for Docker images in CI/CD by adding verify_fips_image.sh script and running it in both build and release workflows to block publishing if FIPS runtime or binary metadata checks fail.

@Slach Please check the change, and update it if necessary.

The goal is to automate the following manual checks before publishing:

  • verify the image enforces GODEBUG=fips140=only,
  • verify clickhouse-backup --version reports FIPS 140-3: true,
  • verify the binary build metadata confirms FIPS linkage (GOFIPS140 and FIPS-related build markers).

… to automate the verification of FIPS 140-3 compliance.

- Updated GitHub Actions workflows (`build.yaml` and `release.yaml`) to include steps for verifying FIPS compatibility before pushing Docker images.
@Slach Slach merged commit a2cf322 into Altinity:master May 31, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants