ci: add backport automation, SLSA provenance, and benchstat gating#33
Merged
Conversation
Dependabot auto-generates titles with 'Bump' (uppercase), which violates the lowercase-subject rule. Since Dependabot titles are auto-generated and not human-controlled, skip the check for bot PRs. Also add commit-message prefix to dependabot.yml so future PRs use the 'chore(deps)' conventional commits prefix. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
- Add backport workflow with korthout/backport-action (Closes #25) - Add SLSA Level 3 provenance for binaries and container images (Closes #27) - Add benchstat regression comparison to benchmark job (Closes #28) Backport: triggers on merged PRs with backport/* labels, cherry-picks to the target release branch and opens a backport PR. SLSA: two new jobs in the release workflow generate non-forgeable provenance attestations via slsa-github-generator reusable workflows, one for GoReleaser binary artifacts and one for the container image. Benchstat: benchmarks now run with -count=5 for statistical validity, baseline cached from main pushes, and comparison table posted to the Actions step summary on PRs. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
…k checks Fix squidfun -> squidfunk typo in CONTRIBUTING.md (404). Exclude medium.com from lychee: Medium returns 403 to automated link checkers due to bot detection, not because the link is broken. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
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.
Summary
Implements Wave 3 CI improvements: backport automation, SLSA Level 3 supply-chain provenance, and benchmark regression gating.
Backport automation (#25)
.github/workflows/backport.yamlusingkorthout/backport-actionbackport/<branch>labelSLSA Level 3 provenance (#27)
release.yamlusingslsa-framework/slsa-github-generatorreusable workflowsslsa-verifierBenchmark regression gating (#28)
-count=5for statistical validity (was-count=1)benchstatcompares PR results against a cached baseline from mainAll actions are SHA-pinned per project convention.
Closes #25, Closes #27, Closes #28