mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 21:41:19 +00:00
27 lines
844 B
JSON
27 lines
844 B
JSON
{
|
|
"version": "0.1.0",
|
|
"description": "A static analysis security scanner for CloudFormation code",
|
|
"homepage": "https://cfsec.dev",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquasecurity/cfsec/releases/download/v0.1.0/cfsec-windows-amd64.exe#/cfsec.exe",
|
|
"hash": "3c03201ba57d17074664873dcccf3f5712acb9d1cb55b593d975b97d66c42bd9"
|
|
}
|
|
},
|
|
"bin": "cfsec.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/aquasecurity/cfsec"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquasecurity/cfsec/releases/download/v$version/cfsec-windows-amd64.exe#/cfsec.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/cfsec_checksums.txt"
|
|
}
|
|
}
|
|
}
|