• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

prisma-risk / tsoracle / 26479664586
95%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 10:56PM UTC
Jobs 1
Files 89
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 May 2026 10:50PM UTC coverage: 94.938%. Remained the same
26479664586

push

github

web-flow
fix(release-sign): pass SLSA subjects in SHA256SUMS format, not JSON (#534)

The SLSA generic generator v2.x expects `base64-subjects` to be a
SHA256SUMS payload (lines of `<sha256-hex>  <filename>`, two spaces
between), NOT the SLSA v1.x JSON array format I'd been producing.
Feeding the generator binary JSON triggered:

  sha: unexpected sha256 hash format for "[{\"name\":\"...\",\"digest\":{\"sha256\":\"...\"}}]"
  ##[error]Process completed with exit code 1.

(Observed in run 26478817397 after the @v2.1.0 tag-ref fix unblocked
the binary download — exposing the format mismatch behind it.)

Switch the build job's subjects payload from a JSON array to a single
SHA256SUMS line. The same line is reused for the .sha256 sidecar we
upload to the release, so build it once and base64 only for the SLSA
input. Confirmed the round-trip:

  $ printf '%s  %s\n' <sha> <name> | base64 | base64 -d
  <sha>  <name>

The SLSA v1.x JSON array format is no longer accepted by v2.x — the
generic generator's input contract was tightened to match the binary's
internal sha256sum -c style parser.

Refs: https://github.com/slsa-framework/slsa-github-generator/blob/v2.1.0/internal/builders/generic/README.md

13486 of 14205 relevant lines covered (94.94%)

383633.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26479664586.1 26 May 2026 10:56PM UTC 89
94.94
GitHub Action Run
Source Files on build 26479664586
  • Tree
  • List 89
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26479664586
  • ed149fb4 on github
  • Prev Build on main (#26479209265)
  • Next Build on main (#26480018300)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc