mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
576 lines
31 KiB
JSON
576 lines
31 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"properties": {
|
|
"artifacts": {
|
|
"items": {
|
|
"properties": {
|
|
"foundBy": {
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"locations": {
|
|
"items": {
|
|
"anyOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"properties": {
|
|
"layerIndex": {
|
|
"type": "integer"
|
|
},
|
|
"path": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"layerIndex",
|
|
"path"
|
|
],
|
|
"type": "object"
|
|
}
|
|
]
|
|
},
|
|
"type": "array"
|
|
},
|
|
"metadata": {
|
|
"properties": {
|
|
"architecture": {
|
|
"type": "string"
|
|
},
|
|
"description": {
|
|
"type": "string"
|
|
},
|
|
"epoch": {
|
|
"type": "integer"
|
|
},
|
|
"files": {
|
|
"items": {
|
|
"anyOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"properties": {
|
|
"checksum": {
|
|
"type": "string"
|
|
},
|
|
"ownerGid": {
|
|
"type": "string"
|
|
},
|
|
"ownerUid": {
|
|
"type": "string"
|
|
},
|
|
"path": {
|
|
"type": "string"
|
|
},
|
|
"permissions": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"checksum",
|
|
"ownerGid",
|
|
"ownerUid",
|
|
"path",
|
|
"permissions"
|
|
],
|
|
"type": "object"
|
|
}
|
|
]
|
|
},
|
|
"type": "array"
|
|
},
|
|
"gitCommitOfApkPort": {
|
|
"type": "string"
|
|
},
|
|
"homepage": {
|
|
"type": "string"
|
|
},
|
|
"installedSize": {
|
|
"type": "integer"
|
|
},
|
|
"license": {
|
|
"type": "string"
|
|
},
|
|
"licenses": {
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"maintainer": {
|
|
"type": "string"
|
|
},
|
|
"manifest": {
|
|
"anyOf": [
|
|
{
|
|
"type": "null"
|
|
},
|
|
{
|
|
"properties": {
|
|
"extraFields": {
|
|
"properties": {
|
|
"Archiver-Version": {
|
|
"type": "string"
|
|
},
|
|
"Build-Jdk": {
|
|
"type": "string"
|
|
},
|
|
"Built-By": {
|
|
"type": "string"
|
|
},
|
|
"Created-By": {
|
|
"type": "string"
|
|
},
|
|
"Extension-Name": {
|
|
"type": "string"
|
|
},
|
|
"Group-Id": {
|
|
"type": "string"
|
|
},
|
|
"Hudson-Version": {
|
|
"type": "string"
|
|
},
|
|
"Jenkins-Version": {
|
|
"type": "string"
|
|
},
|
|
"Long-Name": {
|
|
"type": "string"
|
|
},
|
|
"Main-Class": {
|
|
"type": "string"
|
|
},
|
|
"Minimum-Java-Version": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-Dependencies": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-Developers": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-License-Name": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-License-Url": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-ScmUrl": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-Version": {
|
|
"type": "string"
|
|
},
|
|
"Short-Name": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"Archiver-Version",
|
|
"Build-Jdk",
|
|
"Built-By",
|
|
"Created-By"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"implementationTitle": {
|
|
"type": "string"
|
|
},
|
|
"implementationVendor": {
|
|
"type": "string"
|
|
},
|
|
"implementationVersion": {
|
|
"type": "string"
|
|
},
|
|
"manifestVersion": {
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"specificationTitle": {
|
|
"type": "string"
|
|
},
|
|
"specificationVendor": {
|
|
"type": "string"
|
|
},
|
|
"specificationVersion": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"extraFields",
|
|
"implementationTitle",
|
|
"implementationVendor",
|
|
"implementationVersion",
|
|
"manifestVersion",
|
|
"name",
|
|
"specificationTitle",
|
|
"specificationVendor",
|
|
"specificationVersion"
|
|
],
|
|
"type": "object"
|
|
}
|
|
]
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"originPackage": {
|
|
"type": "string"
|
|
},
|
|
"package": {
|
|
"type": "string"
|
|
},
|
|
"parentPackage": {
|
|
"anyOf": [
|
|
{
|
|
"type": "null"
|
|
},
|
|
{
|
|
"properties": {
|
|
"foundBy": {
|
|
"type": "string"
|
|
},
|
|
"language": {
|
|
"type": "integer"
|
|
},
|
|
"licenses": {
|
|
"type": "null"
|
|
},
|
|
"manifest": {
|
|
"type": "string"
|
|
},
|
|
"metadata": {
|
|
"properties": {
|
|
"manifest": {
|
|
"properties": {
|
|
"extraFields": {
|
|
"properties": {
|
|
"Archiver-Version": {
|
|
"type": "string"
|
|
},
|
|
"Build-Jdk": {
|
|
"type": "string"
|
|
},
|
|
"Built-By": {
|
|
"type": "string"
|
|
},
|
|
"Created-By": {
|
|
"type": "string"
|
|
},
|
|
"Extension-Name": {
|
|
"type": "string"
|
|
},
|
|
"Group-Id": {
|
|
"type": "string"
|
|
},
|
|
"Hudson-Version": {
|
|
"type": "string"
|
|
},
|
|
"Jenkins-Version": {
|
|
"type": "string"
|
|
},
|
|
"Long-Name": {
|
|
"type": "string"
|
|
},
|
|
"Main-Class": {
|
|
"type": "string"
|
|
},
|
|
"Minimum-Java-Version": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-Dependencies": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-Developers": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-License-Name": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-License-Url": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-ScmUrl": {
|
|
"type": "string"
|
|
},
|
|
"Plugin-Version": {
|
|
"type": "string"
|
|
},
|
|
"Short-Name": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"Archiver-Version",
|
|
"Build-Jdk",
|
|
"Built-By",
|
|
"Created-By"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"implementationTitle": {
|
|
"type": "string"
|
|
},
|
|
"implementationVendor": {
|
|
"type": "string"
|
|
},
|
|
"implementationVersion": {
|
|
"type": "string"
|
|
},
|
|
"manifestVersion": {
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"specificationTitle": {
|
|
"type": "string"
|
|
},
|
|
"specificationVendor": {
|
|
"type": "string"
|
|
},
|
|
"specificationVersion": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"extraFields",
|
|
"implementationTitle",
|
|
"implementationVendor",
|
|
"implementationVersion",
|
|
"manifestVersion",
|
|
"name",
|
|
"specificationTitle",
|
|
"specificationVendor",
|
|
"specificationVersion"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"parentPackage": {
|
|
"type": "null"
|
|
},
|
|
"pomProperties": {
|
|
"properties": {
|
|
"Path": {
|
|
"type": "string"
|
|
},
|
|
"artifactId": {
|
|
"type": "string"
|
|
},
|
|
"extraFields": {
|
|
"type": "null"
|
|
},
|
|
"groupId": {
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"Path",
|
|
"artifactId",
|
|
"extraFields",
|
|
"groupId",
|
|
"name",
|
|
"version"
|
|
],
|
|
"type": "object"
|
|
}
|
|
},
|
|
"required": [
|
|
"manifest",
|
|
"parentPackage",
|
|
"pomProperties"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"sources": {
|
|
"type": "null"
|
|
},
|
|
"type": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"foundBy",
|
|
"language",
|
|
"licenses",
|
|
"manifest",
|
|
"metadata",
|
|
"sources",
|
|
"type",
|
|
"version"
|
|
],
|
|
"type": "object"
|
|
}
|
|
]
|
|
},
|
|
"pomProperties": {
|
|
"properties": {
|
|
"Path": {
|
|
"type": "string"
|
|
},
|
|
"artifactId": {
|
|
"type": "string"
|
|
},
|
|
"extraFields": {
|
|
"type": "null"
|
|
},
|
|
"groupId": {
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"Path",
|
|
"artifactId",
|
|
"extraFields",
|
|
"groupId",
|
|
"name",
|
|
"version"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"pullChecksum": {
|
|
"type": "string"
|
|
},
|
|
"pullDependencies": {
|
|
"type": "string"
|
|
},
|
|
"release": {
|
|
"type": "string"
|
|
},
|
|
"size": {
|
|
"type": "integer"
|
|
},
|
|
"source": {
|
|
"type": "string"
|
|
},
|
|
"sourceRpm": {
|
|
"type": "string"
|
|
},
|
|
"url": {
|
|
"type": "string"
|
|
},
|
|
"vendor": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"type": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"foundBy",
|
|
"locations",
|
|
"name",
|
|
"type",
|
|
"version"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"source": {
|
|
"properties": {
|
|
"target": {
|
|
"anyOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"properties": {
|
|
"digest": {
|
|
"type": "string"
|
|
},
|
|
"layers": {
|
|
"items": {
|
|
"properties": {
|
|
"digest": {
|
|
"type": "string"
|
|
},
|
|
"mediaType": {
|
|
"type": "string"
|
|
},
|
|
"size": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"digest",
|
|
"mediaType",
|
|
"size"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"mediaType": {
|
|
"type": "string"
|
|
},
|
|
"size": {
|
|
"type": "integer"
|
|
},
|
|
"tags": {
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": [
|
|
"digest",
|
|
"layers",
|
|
"mediaType",
|
|
"size",
|
|
"tags"
|
|
],
|
|
"type": "object"
|
|
}
|
|
]
|
|
},
|
|
"type": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"target",
|
|
"type"
|
|
],
|
|
"type": "object"
|
|
}
|
|
},
|
|
"required": [
|
|
"artifacts",
|
|
"source"
|
|
],
|
|
"type": "object"
|
|
} |