2021-09-26 01:31:48 -07:00

27 lines
843 B
JSON

{
"version": "0.58.10",
"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.10/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "ebef4850c651d4051f0bfad7a96c8b1c5e01b700e063c13eaa658f7cdb910b3e"
}
},
"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"
}
}
}