2021-11-09 21:00:30 +00:00

27 lines
844 B
JSON

{
"version": "0.0.8",
"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.8/cfsec-windows-amd64.exe#/cfsec.exe",
"hash": "1dae14a066f7ee0031848867d90624efc46f46d8d169a8695f36fcb925741c8f"
}
},
"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"
}
}
}