2022-03-23 16:30:09 +00:00

27 lines
841 B
JSON

{
"version": "1.13.2",
"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.13.2/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "40133fe3420c6c9c3543dfc0887cbf72d450a4ea89f802304e99987472425250"
}
},
"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"
}
}
}