2023-10-23 08:26:38 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.18.2",
"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.2/gosec_2.18.2_windows_amd64.tar.gz",
"hash": "93bff1fb0ef92e2490d0df1a1af0aa10bd6230b81177e417f0f361c5d33b7cfe"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.18.2/gosec_2.18.2_windows_arm64.tar.gz",
"hash": "5468ea1a7921f0e83f29eab57727d589a1cd61d450b68621bad8161ef7801407"
}
},
"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"
}
}
}