2024-05-14 16:29:17 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.20.0",
"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.20.0/gosec_2.20.0_windows_amd64.tar.gz",
"hash": "0e3e8f6990014952c7aba1cce4646711adaccdfef11053745ecb678be72b231f"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.20.0/gosec_2.20.0_windows_arm64.tar.gz",
"hash": "4a6cd7aa0822be2c647749ebda8dc50dc042665aede11fa5da89de2bb7faaa9b"
}
},
"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"
}
}
}