2025-10-15 08:30:13 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.22.10",
"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.10/gosec_2.22.10_windows_amd64.tar.gz",
"hash": "f9551aae364634457625f11e35e9d3ab2d2904db803c337430b16151323b050a"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.22.10/gosec_2.22.10_windows_arm64.tar.gz",
"hash": "8d0b7cc37380bdadd95deb63bebf855d99ae308ad2b63850babccd958c1377e8"
}
},
"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"
}
}
}