Skip to content

HYPERFLEET-1614 - ci: prefetch gomod dependencies for Hermeto attribution - #32

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
HYPERFLEET-1614-hermeto-prefetch
Sep 4, 2026
Merged

HYPERFLEET-1614 - ci: prefetch gomod dependencies for Hermeto attribution#32
openshift-merge-bot[bot] merged 1 commit into
mainfrom
HYPERFLEET-1614-hermeto-prefetch

Conversation

@ciaranRoche

@ciaranRoche ciaranRoche commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • configure the push pipeline to prefetch Go modules
  • ensure generated SBOM packages carry Hermeto attribution before enforcement

HYPERFLEET-1614

@openshift-ci
openshift-ci Bot requested review from rafabene and vkareh September 4, 2026 09:53
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 070145c8-b5c6-4d3f-ad5b-ff0c75457278

📥 Commits

Reviewing files that changed from the base of the PR and between 4becf10 and edbe046.

📒 Files selected for processing (1)
  • .tekton/hyperfleet-applier-push.yaml
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

Included review availability: Your plan provides up to 12 included reviews per hour; 8 remain after this review.


📝 Summary

Summary by CodeRabbit

  • New Features
    • Enabled dependency prefetching for Go modules during push pipeline runs.

Walkthrough

The push PipelineRun now includes the prefetch-input parameter. The parameter requests dependency prefetching for Go modules with {"type": "gomod"}.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to edbe0

The push pipeline now prefetches Go module dependencies for attribution. The configuration is ready to merge with no identified current-head risk.

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the CI change: prefetching Go module dependencies for Hermeto attribution.
Description check ✅ Passed The description directly explains the pipeline configuration change and its Hermeto attribution objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Sec-02: Secrets In Log Output ✅ Passed PASS. The PR changes only .tekton/hyperfleet-applier-push.yaml, adding prefetch-input with {"type": "gomod"}. The introduced lines contain no slog, log, logr, zap, or fmt.Print* statem…
No Hardcoded Secrets ✅ Passed PASS. The pull request adds only prefetch-input with the literal {"type": "gomod"}. This value is not an API key, token, password, private key, credential, embedded-credential URL, or long base64 …
No Weak Cryptography ✅ Passed PASS. The pull request changes only .tekton/hyperfleet-applier-push.yaml and adds prefetch-input with {"type": "gomod"}. It introduces no banned cryptographic primitive, custom cryptography, or …
No Injection Vectors ✅ Passed PASS. The pull request changes only .tekton/hyperfleet-applier-push.yaml and adds the hardcoded value {"type": "gomod"} to prefetch-input. The value is not user-controlled. The diff adds no SQL …
No Privileged Containers ✅ Passed No prohibited privilege setting was introduced. The diff contains only .tekton/hyperfleet-applier-push.yaml additions for prefetch-input; it adds no privileged: true, host namespace, SYS_ADMIN
No Pii Or Sensitive Data In Logs ✅ Passed PASS: The pull request changes only .tekton/hyperfleet-applier-push.yaml. It adds the static Tekton parameter prefetch-input with value {"type": "gomod"}. The diff introduces no slog, logr, …
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch HYPERFLEET-1614-hermeto-prefetch
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch HYPERFLEET-1614-hermeto-prefetch

Comment @coderabbitai help to get the list of available commands.

@ma-hill

ma-hill commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci

openshift-ci Bot commented Sep 4, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ma-hill

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 label Sep 4, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit c742e41 into main Sep 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants