2022-02-02 20:26:32 +00:00

27 lines
841 B
JSON

{
"version": "1.0.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/v1.0.11/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "36edbedddc8039c5598d2a76218e9d1614df563255ecdc34c827287558b09e89"
}
},
"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"
}
}
}