2025-09-22 12:31:48 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.22.9",
"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.9/gosec_2.22.9_windows_amd64.tar.gz",
"hash": "e712fe55dca9732b51f50c69922ea430d9b49d287f2c8c205b5923680cf484e1"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.22.9/gosec_2.22.9_windows_arm64.tar.gz",
"hash": "d1c3a7bc9b0a66f3bda117a69e48628aa41f604e60183efbe3310cc62a1e76e5"
}
},
"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"
}
}
}