mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.21.1",
|
|
"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.21.1/gosec_2.21.1_windows_amd64.tar.gz",
|
|
"hash": "455a2dc20501ee9205792d73e4ea4f7fdcbb7f95272bd2d38bcab16ee492f3c4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/securego/gosec/releases/download/v2.21.1/gosec_2.21.1_windows_arm64.tar.gz",
|
|
"hash": "17b26883cb9b9e2452cfccf48c4ede92f73e0e0845effd8272a917a6256f4d0e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|