2025-08-14 16:30:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.22.8",
"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.22.8/gosec_2.22.8_windows_amd64.tar.gz",
"hash": "d0d312ff6c31bb3b8af6b1c5fa27f908df9af3aa29ef7c6bd88e29fe9d4f040b"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.22.8/gosec_2.22.8_windows_arm64.tar.gz",
"hash": "ceb6b49c6f0b323260b5fa8fa569be7c98d16f186bdd333d26f55554a9d359b3"
}
},
"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"
}
}
}