mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
20 lines
893 B
JSON
20 lines
893 B
JSON
{
|
|
"version": "12.2.0",
|
|
"description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.",
|
|
"homepage": "https://owasp.org/www-project-dependency-check/",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/dependency-check/DependencyCheck/releases/download/v12.2.0/dependency-check-12.2.0-release.zip",
|
|
"hash": "090b203d287f5518776d522640b63c4af0625e34b1b5c9ceb612f57c31d5361d",
|
|
"extract_dir": "dependency-check",
|
|
"bin": "bin\\dependency-check.bat",
|
|
"checkver": {
|
|
"github": "https://github.com/dependency-check/DependencyCheck"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/dependency-check/DependencyCheck/releases/download/v$version/dependency-check-$version-release.zip"
|
|
}
|
|
}
|