V1.2 tier f#31
Merged
Merged
Conversation
- Add .goreleaser.yaml: cross-compile lwauth + lwauthctl for
linux/{amd64,arm64} and darwin/arm64, produce archives + checksums
- Add .github/workflows/release.yaml: on tag push, GoReleaser builds
binaries → syft generates SBOMs → Cosign signs checksums (keyless)
→ Helm chart packaged and pushed to ghcr.io OCI → chart signed
- Fix Dockerfile ldflags to inject pkg/buildinfo.{Version,Commit,Date}
instead of main.{version,commit} (aligns with buildinfo package)
- Add Makefile release-snapshot target for local dry-run verification
- F2 is fully covered by the release.yaml helm job (package + push to ghcr.io/mikeappsec/charts/lightweightauth, Cosign-signed) - Add SLSA level-3 provenance generation for Go binary releases via slsa-framework/slsa-github-generator - Add docs/operations/supply-chain.md: verification recipes for checksums, Cosign signatures, SLSA provenance, container images, and Helm charts; air-gap mirror + install workflow; admission policy integration guidance (Kyverno, policy-controller)
- Add 'Copyright 2026 LightweightAuth Contributors' + SPDX-License- Identifier: Apache-2.0 header to all non-generated .go files - Add scripts/add-license-headers.sh for future use - Add scripts/check-license-headers.sh for CI verification - Add license-check job to .github/workflows/build.yaml that runs on every PR to prevent regressions - Generated .pb.go files excluded (they carry their own headers)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.