2021-11-09 22:00:38 +00:00

27 lines
844 B
JSON

{
"version": "0.0.9",
"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.9/cfsec-windows-amd64.exe#/cfsec.exe",
"hash": "a7289795ad90e205164a62775d9720cac810dd7225e9c483225d7116659c9549"
}
},
"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"
}
}
}