2024-09-18 12:31:35 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.21.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.21.3/gosec_2.21.3_windows_amd64.tar.gz",
"hash": "906ce4e67981e75b692c9b5b83a2dd6f882c38582b183fc51b24ddc966cccdb2"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.21.3/gosec_2.21.3_windows_arm64.tar.gz",
"hash": "5db16ff7fcb533de195b1162c5ec34a5a856a77c250c449462ca40fb1765181f"
}
},
"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"
}
}
}