This PR adds a new method get_artifact_vulnerability_reports, which deprecates get_artifact_vulnerabilities. The old method was not flexible enough to add support for multiple MIME types without adding a lot of complexity.
The new method always returns a list of MIME types to vulnerability reports, and no longer raises an exception when a MIME type is not found.
This PR adds a new method
get_artifact_vulnerability_reports
, which deprecatesget_artifact_vulnerabilities
. The old method was not flexible enough to add support for multiple MIME types without adding a lot of complexity.The new method always returns a list of MIME types to vulnerability reports, and no longer raises an exception when a MIME type is not found.