ScoopInstaller_Main/bucket/dependency-check.json
2023-12-13 20:24:54 +00:00

21 lines
905 B
JSON

{
"version": "9.0.5",
"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/v9.0.5/dependency-check-9.0.5-release.zip",
"hash": "7cd75e8f537c057f491eda2a6fbb864d1628318566f6d38d6995097bc65d58bb",
"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"
}
}