fossa_queue_release_group_attribution_report
Queue an attribution or SBOM report for a release in a FOSSA release group as a background job, with optional publication to the SBOM portal.
Instructions
Queue an attribution or SBOM report for one release in a FOSSA release group as a background job, and optionally publish it to the SBOM portal.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true.
This is gated because it creates a job on FOSSA's side and, with
is_publishing set, makes the report visible on the organization's SBOM
portal. It returns a task id; poll it with
fossa_get_release_group_attribution_status. For a report you just want to
read, fossa_get_release_group_attribution_report returns the content
directly and writes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | MD | |
| release_id | Yes | ||
| is_publishing | No | ||
| release_group_id | Yes | ||
| include_file_matches | No | ||
| include_license_list | No | ||
| include_license_scan | No | ||
| include_copyright_list | No | ||
| dependency_info_options | No | ||
| include_license_headers | No | ||
| include_project_license | No | ||
| include_deep_dependencies | No | ||
| include_dependency_summary | No | ||
| include_fossa_dependencies | No | ||
| include_direct_dependencies | No | ||
| include_open_vulnerabilities | No | ||
| include_closed_vulnerabilities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||