2024-10-03 20:27:49 +00:00

37 lines
1.3 KiB
JSON

{
"version": "1.28.11",
"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.11/tfsec_1.28.11_windows_amd64.tar.gz",
"hash": "e94738493f522cc466da994202019fdf20114c0517e38a4a31d4b342699c341f"
},
"arm64": {
"url": "https://github.com/aquasecurity/tfsec/releases/download/v1.28.11/tfsec_1.28.11_windows_arm64.tar.gz",
"hash": "31a3205bb295bc82386925448ba9f8fd183195ea2f9cf173a277ea69da08926b"
}
},
"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"
}
}
}