2021-10-06 21:34:43 -07:00

27 lines
843 B
JSON

{
"version": "0.58.14",
"description": "A static analysis security scanner for Terraform code",
"homepage": "https://tfsec.dev",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/aquasecurity/tfsec/releases/download/v0.58.14/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "6f5b57bfc8fb752c710471150950d18ac601f268bf169bf4180e6f2914fa94c5"
}
},
"bin": "tfsec.exe",
"checkver": {
"github": "https://github.com/aquasecurity/tfsec"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec-windows-amd64.exe#/tfsec.exe"
}
},
"hash": {
"url": "$baseurl/tfsec_checksums.txt"
}
}
}