Skip to content

poll-ci v1.2.1

Choose a tag to compare

@extremeshok extremeshok released this 08 Jun 09:00
· 22 commits to main since this release

What's changed in v1.2.1

Patch release — polish for the scan: feature added in v1.2.0.

  • Clearer ci/trivy failure status. A failing scan now reports
    trivy found issues at HIGH,CRITICAL — see ci/trivy logs instead 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.1

Prebuilt binaries below (verify with poll-ci_v1.2.1_checksums.txt).