2021-12-02 18:00:34 +00:00

27 lines
844 B
JSON

{
"version": "0.3.1",
"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.3.1/cfsec-windows-amd64.exe#/cfsec.exe",
"hash": "57f249e6a2d5a89a95f7c839c9b3be8b8d19289420eb21a3f0cc096f0b01ce88"
}
},
"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"
}
}
}