FOSSA can host live compliance reports that are visible to anyone with access to the link. These reports can be created from a project's summary page:
These reports cannot be currently be deleted or made private from the FOSSA web application. For now, they must be deleted using the API to modify a project.
You can delete a public compliance report by setting the project's bom_public_id field to null with the API. For example:
curl --request PUT --header "Authorization: Bearer your_fossa_api_key" --data '{"bom_public_id": null}' https://app.fossa.com/api/projects/YOUR_PROJECT_LOCATOR
where YOUR_PROJECT_LOCATOR is the URL-encoded locator of your project. You can find your project's locator by opening its settings from the FOSSA web application.
Comments
0 comments
Please sign in to leave a comment.