v3.0.2
·
12 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
CI / Maintenance
- Name and describe the actions for the Marketplace (#270)
Setup BuilderandReportwere internal working names — too generic to be unique on the Marketplace, and neither said what the action does. They're nowBuildcage for DockerandBuildcage Report, with a Marketplace description and branding. Steps that don't set their ownname:will show the new label in workflow logs.
- Ignore reachability-verified CVEs in the monthly image scan (#268)
- Trivy's binary scan flags CVEs against the Go toolchain and stdlib baked into each vendored binary whether or not the vulnerable path is reachable. Nine were triaged against the threat model in
docs/security.md(and, for the explicit engine, against buildkit v0.32.0's--proxy-networkimplementation), confirmed unreachable, and recorded in.trivyignorewith the reasoning inline.
- Trivy's binary scan flags CVEs against the Go toolchain and stdlib baked into each vendored binary whether or not the vulnerable path is reachable. Nine were triaged against the threat model in
Documentation
- Make the README the usage manual (#259)
docs/reference.mdanddocs/rules.mdare folded into the README, so everything needed to adopt the action — inputs, operation modes, rule syntax, proxy engines, the report action — is on one page instead of split across three. Both files stay behind as stubs pointing at the matching README sections: releaseddist/builds namedocs/reference.mdin a runner-requirement error message, so anyone hitting it on a pinned older version still lands somewhere useful.- The experimental
explicitengine moves to its owndocs/explicit-engine.md, which now also spells out that the TLS interception is BuildKit's own--proxy-networkfeature — Buildcage neither implements nor operates that proxy and never holds the CA key. - What Buildcage is and why it exists moved to the new landing page at buildcage.github.io, leaving the README to cover only how to use it.
Dependencies
- Bump
moby/buildkitDocker tag to v0.32.0 (#266) - Bump
rolldownto v1.2.1 (#262) - Bump
pnpmto v11.19.0 (#267) - Bump
vite-plusto v0.2.7 (#263) - Bump
github/codeql-actionto v4.37.4 (#264) - Bump
docker/login-actionto v4.6.0 (#265) - Bump
actions/attestto v4.2.1 (#260)
Full Changelog: v3.0.1...v3.0.2