2022-01-31 12:29:25 +00:00

27 lines
839 B
JSON

{
"version": "1.0.3",
"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.0.3/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "908971e74f572ed3ac6fd91161c4108f720d40db5cbdff94564b96fb7a0f25d7"
}
},
"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"
}
}
}