mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.22.4",
|
|
"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.4/gosec_2.22.4_windows_amd64.tar.gz",
|
|
"hash": "9c2e72235f2bc94291ea6d3781c81835b13554c1a80cf8cd808bbeb0de0b65c3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/securego/gosec/releases/download/v2.22.4/gosec_2.22.4_windows_arm64.tar.gz",
|
|
"hash": "3b1ad762ed86b8bf95cb60dc28148da6d77fa2caade9ade7640ecadab065c644"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|