Docker image
docker pull zeborg/kubekosh:v0.1.1
Supply chain security
This release includes:
- Build provenance attestation — verifiable record of how and where the image was built
- SBOM (Software Bill of Materials) — full inventory of packages inside the image
Verify with the GitHub CLI:
gh attestation verify oci://docker.io/zeborg/kubekosh:v0.1.1 \
--repo zeborg/kubekosh
Or scan for vulnerabilities using Grype:
grype zeborg/kubekosh:v0.1.1
[0.1.1] - 2026-05-30
🚀 Features
- Add 10 new scenarios