2023-10-13 12:30:44 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.18.1",
"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.18.1/gosec_2.18.1_windows_amd64.tar.gz",
"hash": "a5a1b8eb8a80f1fba065d0d6f4d59a44fe98119f054a90b01fe09763785b2309"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.18.1/gosec_2.18.1_windows_arm64.tar.gz",
"hash": "178ffafdba3bdd4af530777b58eb73be9e03f5101ea365ac6b6348a922972fe6"
}
},
"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"
}
}
}