Owen Rumney 2c83b4b7ef
cfsec: Add version 0.0.6 (#2893)
- add cfsec.json for install cfsec, lifted the content of tfsec as a
  template.
2021-11-05 23:01:11 +05:30

28 lines
845 B
JSON

{
"version": "0.0.6",
"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.6/cfsec-windows-amd64.exe#/cfsec.exe",
"hash": "5946b81471947886efa1497fa1773f054085d373e2d3b6bc21a3840f6b354504"
}
},
"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"
}
}
}