mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 22:04:38 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.23.0",
|
|
"description": "Inspects source code for security problems by scanning the Go AST.",
|
|
"homepage": "https://github.com/securego/gosec",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/securego/gosec/releases/download/v2.23.0/gosec_2.23.0_windows_amd64.tar.gz",
|
|
"hash": "63e6be6ae6fd2362b7f66cf49c3aa7c5335ef9e0990a70b5322375028d0dac6e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/securego/gosec/releases/download/v2.23.0/gosec_2.23.0_windows_arm64.tar.gz",
|
|
"hash": "a0de8efa175857ef0900f9b7722312d84b811d1ccd894a86b78c69b4bbc9eead"
|
|
}
|
|
},
|
|
"bin": "gosec.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/securego/gosec/releases/download/v$version/gosec_$version_windows_amd64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/securego/gosec/releases/download/v$version/gosec_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gosec_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|