mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
27 lines
846 B
JSON
27 lines
846 B
JSON
{
|
|
"version": "0.0.11",
|
|
"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.0.11/cfsec-windows-amd64.exe#/cfsec.exe",
|
|
"hash": "aa36a5548fbaf5c5cf7a053e0e26ff5c820e9a29c5f61ce4bbd3dd7aa9a0beb3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|