Skip to content

v1.0.10 — delegates riskratchet v0.3.3

Choose a tag to compare

@KayhanB21 KayhanB21 released this 15 Aug 07:33
· 4 commits to master since this release

Delegates to riskratchet@v0.3.3.

The floating v1 tag has been moved here, so uses: KayhanB21/riskratchet-action@v1 now runs 0.3.3.

What you get from 0.3.3

An unreadable baseline is no longer a silent pass. If your .riskratchet.json was corrupt,
truncated, or written by a newer riskratchet, it used to load as zero entries — and an empty
baseline passes every gate. Your Action reported "No risk regressions detected" and exited 0 while
ratcheting nothing. That is now a hard error (exit 2) with a remediation command, and a baseline from
a newer riskratchet tells you to upgrade rather than to regenerate.

Individually malformed entries still let the run continue, but now warn with a count instead of
vanishing silently.

Also: riskratchet fixed a 7.6-point error in how it measured its own test coverage. That one is
internal — it has no effect on your repository's scores.

Full notes: https://github.com/KayhanB21/riskratchet/blob/master/CHANGELOG.md