{ "version": "1.28.0", "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/v1.28.0/tfsec_1.28.0_windows_amd64.tar.gz", "hash": "cb382309e7502a6e7c01e88c3b185c4dbcf0f2a30dc988cb8e044cc3e462c3e8" } }, "bin": [ "tfsec.exe", "tfsec-checkgen.exe" ], "checkver": { "github": "https://github.com/aquasecurity/tfsec" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec_$version_windows_amd64.tar.gz" } }, "hash": { "url": "$baseurl/tfsec_$version_checksums.txt" } } }