2022-06-01 20:33:47 +00:00

27 lines
841 B
JSON

{
"version": "1.22.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.22.0/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "5a1851e2b3de02be0202ebd8b4eb22b42eed9383976b5d161d5fdfbc263a6399"
}
},
"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"
}
}
}