Skip to content

Commit 723c0ef

Browse files
committed
fix spiffe compliance deep dive
1 parent 2bf34a7 commit 723c0ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

articles/spiffe-compliance-deep-dive.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,6 @@ The "what compliance means" I described here tracks the `main` branch as of May
449449

450450
Walking sections 3 to 7 by hand gets old after the second time someone hands you an SVID and asks "is this compliant?". I packaged the static slice of the checklist as a single-binary CLI: [`scc`](https://github.com/0-draft/spiffe-compliance-checker) (spiffe-compliance-checker).
451451

452-
<img src="https://raw.githubusercontent.com/0-draft/spiffe-compliance-checker/main/assets/logo.png" align="right" width="120" alt="scc logo" />
453-
454452
Each subcommand reads one artifact and emits one line per MUST / SHOULD clause, with the spec file and section cited inline. Exit code is `1` on any MUST failure, `0` otherwise. SHOULD violations surface as `WARN` and do not change the exit code.
455453

456454
```bash

0 commit comments

Comments
 (0)