fossa_create_public_attribution_report
Create a publicly accessible URL for a revision's attribution report. Anyone with the link can view dependency inventories and licenses without a FOSSA login.
Instructions
Create a publicly reachable link to a revision's attribution report.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true.
The generated report is readable by anyone holding the URL, with no FOSSA login, so this publishes whatever the selected options include — dependency inventory, licenses, and optionally open vulnerabilities. Requires a Premium subscription. FOSSA answers 202: the record comes back immediately and the document is generated by the returned background task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | HTML | |
| project_locator | Yes | ||
| recipient_email | No | ||
| 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_closed_vulnerabilities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||