ScoopInstaller_Main/bucket/dependency-check.json
2021-10-11 22:00:30 +00:00

24 lines
959 B
JSON

{
"version": "6.4.1",
"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.4.1/dependency-check-6.4.1-release.zip",
"hash": "d7eb3169bebc7f0235cc8c44e1cb342fb685cfab99dbe8ce58740f171f7890aa",
"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"
}
}