2022-02-10 16:31:58 +00:00

27 lines
839 B
JSON

{
"version": "1.1.4",
"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.1.4/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "1f1b6712e5fe1d298cfd3b1fabe6e1ed95f16b8a75e99a059fbe9363e4a2454d"
}
},
"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"
}
}
}