2021-11-10 11:00:31 +00:00

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"
}
}
}