2021-11-10 14:00:33 +00:00

27 lines
846 B
JSON

{
"version": "0.0.12",
"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.12/cfsec-windows-amd64.exe#/cfsec.exe",
"hash": "038783fb652d4dd721da8e8aa435081c108fe43079066204eb50fcedb53307d3"
}
},
"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"
}
}
}