A summary of the packages found within the given resource.
JSON representation |
---|
{
"resourceUrl": string,
"licensesSummary": [
{
object ( |
Fields | |
---|---|
resourceUrl |
The unique URL of the image or the container for which this summary applies. |
licensesSummary[] |
A listing by license name of each of the licenses and their counts. |
LicensesSummary
Per license count
JSON representation |
---|
{ "license": string, "count": string } |
Fields | |
---|---|
license |
The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc... |
count |
The number of fixable vulnerabilities associated with this resource. |