2022-06-14 12:32:00 +00:00

27 lines
841 B
JSON

{
"version": "1.24.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.24.3/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "f9ede88614b20f079fe0b09ae896ea147d79fe30fff8dd7bfedb59cce75fed44"
}
},
"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"
}
}
}