2021-09-28 23:48:18 -07:00

27 lines
843 B
JSON

{
"version": "0.58.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/v0.58.11/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "1493e090c5d9dc7184a58b5cd3d7d81e4035211687492d3995458ea148565c18"
}
},
"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"
}
}
}