2021-11-11 16:00:35 +00:00

27 lines
846 B
JSON

{
"version": "0.0.13",
"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.13/cfsec-windows-amd64.exe#/cfsec.exe",
"hash": "d0fe341d7c3b77fd5ab0c8145eff97e31745e049682ca50a73ca49719283ec07"
}
},
"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"
}
}
}