pub async fn dependency_graph_slash_export_sbom(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<DependencyGraphSpdxSbom, Error<DependencyGraphSlashExportSbomError>>
Expand description
Exports the software bill of materials (SBOM) for a repository in SPDX JSON format.