mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
osv-scanner: Add version 1.0.0 (#4231)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com> Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
ae4b71fa36
commit
b552d6cb4a
24
bucket/osv-scanner.json
Normal file
24
bucket/osv-scanner.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"description": "Find existing vulnerabilities affecting your project's dependencies.",
|
||||
"homepage": "https://github.com/google/osv-scanner",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.0.0/osv-scanner_1.0.0_windows_amd64.exe#/osv-scanner.exe",
|
||||
"hash": "d9347ad3cc64a47706ab3bcf261be04d26ef0c34fea2ac69089aca4b971cda52"
|
||||
}
|
||||
},
|
||||
"bin": "osv-scanner.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v$version/osv-scanner_$version_windows_amd64.exe#/osv-scanner.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/osv-scanner_$version_SHA256SUMS"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user