fix(dashboard): quiet the "no provenance" column noise#248
Merged
Conversation
…not a chip on every row Almost no image in a real cluster ships a SLSA build-provenance attestation, so the signing inventory rendered a loud "no provenance" chip (ProvenancePosture:: Absent) on nearly every row — pure noise that drowned the meaningful provenance states. The calm-default `absent` now reads as a quiet muted dash (mirroring the no-signer cell), and the loud chip is kept only for the states that mean something: verified / unverifiable / checking. The cell keeps its honest `data-provenance="absent"` tag and the expandable detail still explains the absence for anyone who looks — this is a presentation choice (ADR-0016), the server still sends the honest posture. Adds admission tests: an absent-provenance row renders a muted dash (no chip, no "no provenance" text) while still tagged absent; a verified provenance still renders its loud chip + builder. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VtjoJttCvBY4dzCoE4f9vP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Almost no image in a real cluster ships a SLSA build-provenance attestation, so the signing inventory rendered a loud "no provenance" chip (
ProvenancePosture::Absent) on nearly every row — pure noise that buried the meaningful provenance states.The calm-default
absentnow reads as a quiet muted — (mirroring the existing no-signer cell). The loud chip is kept only for the states that mean something:verified/unverifiable/checking.Notes
data-provenance="absent"attribute, and the row's expandable detail panel still explains the absence ("no SLSA build-provenance attestation … calm, not an alarm") for anyone who looks. Nothing is hidden — the always-visible chip just stops shouting a non-signal.—for no-signer.Tests
Adds two admission tests: an absent-provenance row renders a muted dash (no
.gate-chip, no "no provenance" text) while still taggeddata-provenance="absent"; a verified provenance still renders its loudprov-verifiedchip + builder.npm test80 pass.🤖 Generated with Claude Code