Skip to content

feat: add GitHub Actions CI pipeline and ko release workflow#10

Merged
JAORMX merged 2 commits into
mainfrom
ci/github-actions-pipeline
Feb 18, 2026
Merged

feat: add GitHub Actions CI pipeline and ko release workflow#10
JAORMX merged 2 commits into
mainfrom
ci/github-actions-pipeline

Conversation

@JAORMX
Copy link
Copy Markdown
Contributor

@JAORMX JAORMX commented Feb 18, 2026

Summary

  • Add reusable lint/test/build workflows with propolis sibling checkout for the go.mod replace directive
  • PR checks (lint + test) and main branch checks (lint + test + build with artifact upload)
  • Ko + cosign container release workflow on v* tag push to GHCR
  • Trivy FS + IaC security scanning on PRs and weekly schedule
  • All actions SHA-pinned, script injection mitigations in run: blocks
  • Renovate configured with helpers:pinGitHubActionDigests for ongoing pin maintenance

Closes #4, closes #5

Test plan

  • PR checks trigger on this PR (lint + test)
  • After merge, main build triggers (lint + test + build)
  • Security scan runs on PR and produces SARIF results
  • Release workflow validated on first v* tag push post-merge

🤖 Generated with Claude Code

JAORMX and others added 2 commits February 18, 2026 17:36
Add /healthz (liveness) and /readyz (readiness) HTTP endpoints so
orchestrators can probe server health. Refactor main.go to use a custom
http.ServeMux with StreamableHTTPServer as an http.Handler instead of
calling .Start(), and add graceful HTTP shutdown via http.Server.Shutdown().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add reusable lint/test/build workflows composed by PR and main triggers,
Trivy security scanning, and a ko+cosign container release on v* tags.
All actions SHA-pinned, propolis sibling checkout for the go.mod replace
directive, and script injection mitigations in run blocks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@JAORMX JAORMX merged commit b5fc213 into main Feb 18, 2026
0 of 3 checks passed
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.

Add container build with ko and release workflow Add GitHub Actions CI pipeline (lint, test, build)

1 participant