mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
25 lines
929 B
JSON
25 lines
929 B
JSON
{
|
|
"version": "0.68.1",
|
|
"description": "A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems.",
|
|
"homepage": "https://github.com/anchore/syft",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/anchore/syft/releases/download/v0.68.1/syft_0.68.1_windows_amd64.zip",
|
|
"hash": "848ac65683e3ec9edf97f0db779838dc4d1aed1c56a24c7d55f52975fca2fcdc"
|
|
}
|
|
},
|
|
"bin": "syft.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/anchore/syft/releases/download/v$version/syft_$version_windows_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/anchore/syft/releases/download/v$version/syft_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|