2025-06-16 12:32:00 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.22.5",
"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.5/gosec_2.22.5_windows_amd64.tar.gz",
"hash": "7833ef7a8d58474584a3441d364159736a63b080ec01fc00f6b3bfe667bab1e2"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.22.5/gosec_2.22.5_windows_arm64.tar.gz",
"hash": "f21447637539e559c55b51fc3e1b7dd395e30cbb15652e3f2dd173927c08f022"
}
},
"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"
}
}
}