inspectors: add go module inspector
Metadata
Current evaluation
Merged after approval by two reviewers. Adds a Go module inspector for git repositories, building on the existing git upload-pack inspection logic.
Suggested action: —
No scores available.
Issue body
Implement a go module inspector for modules retrieved from a git
repository. This relies on previous inspection performed by th
git upload-pack inspector.
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after approval by two reviewers. Adds a Go module inspector for git repositories, building on the existing git upload-pack inspection logic. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #66 inspectors: add git service query and upload-pack inspectors | fetch-service | merged | Merged pull request adding git service query and upload-pack inspectors. Approved by two reviewers and integrated into the main branch. The zero-line diff indicates a squash merge. | |
| #242 feat(inspectors): make the git inspector configurable | fetch-service | merged | Integrated runtime configuration for git inspector URLs. Approved by two reviewers, rebased, and merged. Modifies 11 files with 268 additions and 133 deletions. |