{ "version": "1.28.12", "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.12/tfsec_1.28.12_windows_amd64.tar.gz", "hash": "dc3de6ba1bc3eca10196421fd420c827c01a336b3d5e6a0706c186b671b09d35" }, "arm64": { "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.28.12/tfsec_1.28.12_windows_arm64.tar.gz", "hash": "a67b0e6f93a27d1bd0c10cf939f8f0bc80d7afd57e3eca0a29bc91f96f315850" } }, "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" }, "arm64": { "url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec_$version_windows_arm64.tar.gz" } }, "hash": { "url": "$baseurl/tfsec_$version_checksums.txt" } } }