ScoopInstaller_Main/bucket/dependency-check.json
2021-06-10 03:54:01 -07:00

24 lines
959 B
JSON

{
"version": "6.2.2",
"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/oraclejdk",
"java/openjdk"
]
},
"url": "https://github.com/jeremylong/DependencyCheck/releases/download/v6.2.2/dependency-check-6.2.2-release.zip",
"hash": "90673d1a6ec0c33e01fc38e84c0bdceec1b433e3d50ff514d1e9301407c8ab69",
"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"
}
}