feat: establish sbom nexus extraction slice
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a028f0-a42f-7582-89a8-ebaad7343834
This commit is contained in:
parent
79cd7dff06
commit
d61698ea51
31 changed files with 3246 additions and 1 deletions
5
registry/README.md
Normal file
5
registry/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# SBOM Nexus capability registry
|
||||
|
||||
This directory publishes the reusable product capabilities owned by SBOM Nexus.
|
||||
Entries are descriptive discovery records; the HTTP/OpenAPI contract remains the
|
||||
runtime interface.
|
||||
19
registry/capabilities/capability.infotech.sbom-management.md
Normal file
19
registry/capabilities/capability.infotech.sbom-management.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
id: capability.infotech.sbom-management
|
||||
type: capability
|
||||
name: SBOM management
|
||||
repo: sbom-nexus
|
||||
domain: infotech
|
||||
status: emerging
|
||||
interfaces:
|
||||
- http
|
||||
- cli
|
||||
---
|
||||
|
||||
# SBOM management
|
||||
|
||||
Capture repository dependency evidence, preserve immutable SBOM snapshot
|
||||
history, query current inventory and licence signals, and select a deterministic
|
||||
bounded fleet catch-up queue.
|
||||
|
||||
The extraction interface is documented in `ProductRequirementsDocument.md`.
|
||||
6
registry/indexes/capabilities.yaml
Normal file
6
registry/indexes/capabilities.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
schema: reuse-surface.capability-index.v1
|
||||
repo: sbom-nexus
|
||||
capabilities:
|
||||
- id: capability.infotech.sbom-management
|
||||
path: registry/capabilities/capability.infotech.sbom-management.md
|
||||
status: emerging
|
||||
Loading…
Add table
Add a link
Reference in a new issue