Add registry inventory and drift views
This commit is contained in:
parent
3bf22e18ba
commit
d1c003411f
6 changed files with 332 additions and 0 deletions
|
|
@ -72,3 +72,12 @@ Ingest a CycloneDX SBOM as queryable library inventory:
|
|||
```bash
|
||||
railiance-fabric registry ingest-cyclonedx bom.json --repo-slug railiance-fabric
|
||||
```
|
||||
|
||||
Useful inspection endpoints include:
|
||||
|
||||
```text
|
||||
GET /repositories/{repo_slug}/inventory
|
||||
GET /repositories/{repo_slug}/snapshots
|
||||
GET /repositories/{repo_slug}/snapshots/diff
|
||||
GET /search?q=jsonschema
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue