Skip to content

Instantly share code, notes, and snippets.

@spiffcs
Created March 17, 2023 13:58
Show Gist options
  • Save spiffcs/57bf8b5057f87b0571f0ed1e417428bd to your computer and use it in GitHub Desktop.
Save spiffcs/57bf8b5057f87b0571f0ed1e417428bd to your computer and use it in GitHub Desktop.
sbom.syft.json
{
"schema": {
"version": "7.0.1",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-7.0.1.json"
},
"source": {
"id": "upstream-nginx-hint",
"type": "directory",
"target": "/upstream-nginx-hint"
},
"artifacts": [
{
"id": "upstream-nginx-hint",
"name": "nginx",
"version": "1.20.0",
"type": "binary",
"foundBy": "binary-cataloger",
"locations": [],
"licenses": [],
"language": "",
"cpes": [
"cpe:2.3:a:f5:nginx:1.20.0:*:*:*:*:*:*:*"
],
"purl": "pkg:generic/nginx@1.20.0",
"metadataType": "BinaryMetadata",
"metadata": {
"matches": [
{
"classifier": "nginx-binary"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment