You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(submit): send labels (not tags); drop --group, keep --label
Align submit with the DevRadar API: the grouping field on POST /v1/sboms is
`labels`, but the client was sending `tags`, which the server ignored — so
grouping labels were silently dropped. Rename the wire field and SubmitRequest
field to Labels, remove the --group flag (keep --label), and rename the env var
DEVRADAR_TAGS -> DEVRADAR_LABELS.
Docs realigned to the API field table (README config table + --tag/--image-ref
rows; DEVELOPMENT.md and CLAUDE.md API contract, incl. optional format_hint /
generated_at the CLI does not send).
0 commit comments