fossa_render_revision_attribution
Generate a rendered attribution report for a specific revision, with configurable format and content options. Use variant to switch between stream, preview, or full output.
Instructions
Generate a revision's attribution report and return the rendered document.
variant="stream" is the general report endpoint, "preview" renders it
inline, and "full" turns on every report option server-side and therefore
accepts no options here. For the plain file download use
fossa_get_attribution_report.
PDF is not offered: the document is returned as text and a PDF does not survive that. Output is capped at FOSSA_REPORT_MAX_CHARS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | MD | |
| variant | No | stream | |
| project_locator | Yes | ||
| revision_locator | Yes | ||
| include_file_matches | No | ||
| include_license_list | No | ||
| include_license_scan | No | ||
| exclude_package_labels | No | ||
| include_copyright_list | No | ||
| include_package_labels | No | ||
| include_license_headers | No | ||
| include_project_license | No | ||
| include_deep_dependencies | No | ||
| include_dependency_summary | No | ||
| include_direct_dependencies | No | ||
| include_open_vulnerabilities | No | ||
| include_hash_and_version_data | No | ||
| include_closed_vulnerabilities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||