old sprints work, new sprints for exposing functionality via cli, improve code_of_conduct and other agents instructions
This commit is contained in:
@@ -282,6 +282,32 @@ else
|
||||
fi
|
||||
```
|
||||
|
||||
## Evidence Card Format (v1.1)
|
||||
|
||||
For single-file evidence exports with offline verification support, use the Evidence Pack API's evidence-card format:
|
||||
|
||||
```
|
||||
GET /v1/evidence-packs/{packId}/export?format=evidence-card
|
||||
```
|
||||
|
||||
### Formats
|
||||
|
||||
| Format | Content-Type | Description |
|
||||
|--------|--------------|-------------|
|
||||
| `evidence-card` | `application/vnd.stellaops.evidence-card+json` | Full evidence card with SBOM excerpt, DSSE envelope, and Rekor receipt |
|
||||
| `card-compact` | `application/vnd.stellaops.evidence-card-compact+json` | Compact card without full SBOM |
|
||||
|
||||
### Response Headers
|
||||
|
||||
| Header | Description |
|
||||
|--------|-------------|
|
||||
| `X-Evidence-Pack-Id` | Pack identifier |
|
||||
| `X-Content-Digest` | SHA-256 content digest |
|
||||
| `X-Evidence-Card-Version` | Schema version (e.g., "1.0.0") |
|
||||
| `X-Rekor-Log-Index` | Rekor transparency log index (when available) |
|
||||
|
||||
See [Evidence Decision API](./evidence-decision-api.openapi.yaml) for complete schema.
|
||||
|
||||
## See Also
|
||||
|
||||
- [Evidence Bundle Format Specification](../modules/cli/guides/commands/evidence-bundle-format.md)
|
||||
|
||||
Reference in New Issue
Block a user