2023-09-07 16:27:16 +00:00

30 lines
896 B
JSON

{
"version": "1.28.2",
"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.2/tfsec_1.28.2_windows_amd64.tar.gz",
"hash": "f3f383242ef25a1ffc66f32ca847bce26b2292b42acb67fc346b25d6f389d92e"
}
},
"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"
}
}
}