mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 05:35:15 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.22.11",
|
|
"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.22.11/gosec_2.22.11_windows_amd64.tar.gz",
|
|
"hash": "5d89f10a8c4e4a744b2b3e174a7b6cdfc60a260def756f5be1620e096aba254b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/securego/gosec/releases/download/v2.22.11/gosec_2.22.11_windows_arm64.tar.gz",
|
|
"hash": "b35442e44c63d922ce8059a111f59b303a5c4a229d4464b98d1a74d2423e16d5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|