2022-05-17 16:31:59 +00:00

27 lines
841 B
JSON

{
"version": "1.21.1",
"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.21.1/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "369fadfa98d33dc2cc6927332a6a647beed1ea93aaa15d4011168402baa46b3f"
}
},
"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"
}
}
}