mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
21 lines
905 B
JSON
21 lines
905 B
JSON
{
|
|
"version": "7.0.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/jeremylong/DependencyCheck/releases/download/v7.0.0/dependency-check-7.0.0-release.zip",
|
|
"hash": "a96ce95ed78a477eedea033be13ed593d2cc4ed91b45d2ca7cdca1aea7fcb58c",
|
|
"extract_dir": "dependency-check",
|
|
"bin": "bin\\dependency-check.bat",
|
|
"checkver": {
|
|
"url": "https://jeremylong.github.io/DependencyCheck/current.txt",
|
|
"regex": "(.+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/jeremylong/DependencyCheck/releases/download/v$version/dependency-check-$version-release.zip"
|
|
}
|
|
}
|