Skip to content

Commit aa472cb

Browse files
committed
docs: correct README description of FOSSA SBOM shape
The SBOM artifact now matches FOSSA's `report --json attribution` shape with five top-level keys, not the previously documented `project` / `dependencies` two-key payload.
1 parent fee62de commit aa472cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ socketcli --legal-format fossa --target-path .
156156

157157
This switches the JSON report and legal artifact payloads to FOSSA-style compatibility shapes:
158158
- the analyze artifact becomes a `project` / `vulnerability` / `licensing` / `quality` report
159-
- the SBOM artifact becomes a `project` / `dependencies` attribution-style payload
159+
- the SBOM artifact becomes a FOSSA-attribution-style payload with `copyrightsByLicense`, `deepDependencies`, `directDependencies`, `licenses`, and `project` keys
160160

161161
When `--legal-format fossa` is used without explicit output paths, the defaults are closer to the FOSSA pipeline contract:
162162
- `fossa-analyze.json`

0 commit comments

Comments
 (0)