mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
25 lines
929 B
JSON
25 lines
929 B
JSON
{
|
|
"version": "0.97.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.97.1/syft_0.97.1_windows_amd64.zip",
|
|
"hash": "aac9e63d219f27a75751e74d09d36c2ddfc02d1d623f8f8234e6b377f525ed2d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|