Skip to content

CI maintenance including verifiable builds #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 22, 2025
Merged

CI maintenance including verifiable builds #80

merged 8 commits into from
Jul 22, 2025

Conversation

mroth
Copy link
Owner

@mroth mroth commented Jul 22, 2025

Some basic maintenance for the CI/CD.

Includes builds with pinned workflow actions, built from module proxy, with attestations enabled.

@mroth mroth marked this pull request as ready for review July 22, 2025 18:36
@mroth mroth requested a review from Copilot July 22, 2025 18:37
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR focuses on CI/CD maintenance and implementing verifiable builds with enhanced security practices. The changes modernize the codebase by adopting newer Go language features and strengthen the build pipeline with pinned actions and attestations.

  • Updates Go code to use modern language features (any type, range-over-func loops)
  • Implements verifiable builds with pinned GitHub Actions and build attestations
  • Enhances security with proper permissions and vulnerability reporting

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
options_test.go Removes unnecessary variable pinning for loop scope
main.go Updates function parameter type from interface{} to any
git_test.go Removes loop variable pinning and adopts range-over-func pattern
git.go Simplifies nil check logic in regex matching
.goreleaser.yml Adds verifiable builds, proxy usage, and attestation support
.github/workflows/test.yml Pins action versions with commit hashes and uses go-version-file
.github/workflows/release.yml Adds build attestations and pins action versions
.github/SECURITY.md Adds security policy documentation
.editorconfig Removes editor configuration file

@mroth mroth merged commit 1159e08 into main Jul 22, 2025
2 checks passed
@mroth mroth deleted the ci-maintenance branch July 22, 2025 18:39
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.

1 participant