2022-10-17 12:32:37 +00:00

25 lines
845 B
JSON

{
"version": "2.14.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.14.0/gosec_2.14.0_windows_amd64.tar.gz",
"hash": "ff26e39cbf564f4a20c2ab5ac7b0907aa3502288eda5818a59dcce26663567ce"
}
},
"bin": "gosec.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/securego/gosec/releases/download/v$version/gosec_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/gosec_$version_checksums.txt"
}
}
}