ScoopInstaller_Main/bucket/dependency-check.json
2022-01-12 12:30:55 +00:00

21 lines
905 B
JSON

{
"version": "6.5.3",
"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/v6.5.3/dependency-check-6.5.3-release.zip",
"hash": "462e60ca6c2ab213b6aaf9aa29cfcf842ec61da90dd49ab0de87c056200e16da",
"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"
}
}