poll-ci v1.2.1
What's changed in v1.2.1
Patch release — polish for the scan: feature added in v1.2.0.
- Clearer
ci/trivyfailure status. A failing scan now reports
trivy found issues at HIGH,CRITICAL — see ci/trivy logsinstead of a stray
trivy log line. trivy writes its findings to stdout and INFO logs to stderr
(the opposite of a normal check), which the previous heuristic scraped; fixed,
and trivy now runs with--quiet(cleaner logs — the findings report still
streams). The status colour and promote-gating were already correct; this only
improves the red status text.
No config changes. Upgrade is a straight image/binary swap.
Install
docker pull ghcr.io/extremeshok/poll-ci:v1.2.1 # or :latest
go install github.com/extremeshok/poll-ci@v1.2.1Prebuilt binaries below (verify with poll-ci_v1.2.1_checksums.txt).