mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.21.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.21.4/gosec_2.21.4_windows_amd64.tar.gz",
|
|
"hash": "faa87d708de666bcb12a74129c6482248b6239f95689f28b49712ca6d7d405be"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/securego/gosec/releases/download/v2.21.4/gosec_2.21.4_windows_arm64.tar.gz",
|
|
"hash": "3857d09cbe3a6422b599d678b550b1cf36a50e5dbe3436fd72a3a0768565eccf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|