Add FIPS image scan to bgp-cloud-connector CI - #83544
Conversation
Add `fips-check-image-scan` presubmit test to verify the `bgp-cloud-connector` image contains FIPS-compliant Go binaries using `check-payload scan local`. Co-Authored-By: Claude
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: Your plan includes up to 12 reviews per rolling hour; 11 remain after this review. WalkthroughThe BGP cloud connector configuration now includes an ChangesBGP cloud connector FIPS validation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: 🔵 Low · up to The PR adds a presubmit image-scan check, but generated CI artifacts still need to be regenerated and verified so the check is actually scheduled. This is a bounded CI integration risk requiring owner follow-up; no production behavior is changed. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/pj-rehearse |
|
@alebedev87: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@alebedev87: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/pj-rehearse ack |
|
@alebedev87: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87, mffiedler The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
fips-check-image-scanpresubmit test tobgp-cloud-connectorCI config to verify the built container image contains FIPS-compliant Go binaries usingcheck-payload scan local.🤖 Generated with Claude Code
Summary by CodeRabbit
The
bgp-cloud-connectorCI configuration now includes anfips-image-scanpresubmit test. The test usescheck-payload scan localto verify that the built container image contains FIPS-compliant Go binaries.