From bb1b041b5068e08190cb4791fde83a16dd3049ca Mon Sep 17 00:00:00 2001 From: "Cheng-Chen, Chen" Date: Sun, 13 Sep 2026 01:58:02 +0800 Subject: [PATCH] docs: align package build example with v0.8.15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4418fe..f609a69 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ The Alpine 3.23 base image is digest-pinned. Direct runtime packages are exact-v make test make validate bash scripts/check-build-downloads -VERSION_OVERRIDE=v0.8.14 IMAGE_NAMESPACE=local/pasturestack make package +VERSION_OVERRIDE=v0.8.15 IMAGE_NAMESPACE=local/pasturestack make package ``` Pull requests and `main` run one non-publishing gate: tests, vet/format checks, govulncheck, a reproducible binary build, one runtime image build, and Trivy scans plus CycloneDX SBOMs for the source, binary, and image. All reported vulnerabilities and secrets fail the gate. Publishing remains a separate, explicitly authorized operation.