2025-04-04 08:29:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.22.3",
"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.3/gosec_2.22.3_windows_amd64.tar.gz",
"hash": "723f84c0c3d51185e58a877ee7bfed890afa676d125ae95fbc51d52372beb2ed"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.22.3/gosec_2.22.3_windows_arm64.tar.gz",
"hash": "18d4cb836b3feedd206b83a1d7ef8fe19f9bec28e5195166acfc30f16838c913"
}
},
"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"
}
}
}