2022-03-17 20:27:22 +00:00

27 lines
841 B
JSON

{
"version": "1.10.0",
"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.10.0/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "935c76ae1ede27369efa253dabfff9cb766f393d6240da8e8c6098c017cad164"
}
},
"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"
}
}
}