Dany-coder778 b762ebc696
tfsec: Update to version 1.28.0 (#3976)
Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
2022-09-28 04:31:31 +05:30

30 lines
896 B
JSON

{
"version": "1.28.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.28.0/tfsec_1.28.0_windows_amd64.tar.gz",
"hash": "cb382309e7502a6e7c01e88c3b185c4dbcf0f2a30dc988cb8e044cc3e462c3e8"
}
},
"bin": [
"tfsec.exe",
"tfsec-checkgen.exe"
],
"checkver": {
"github": "https://github.com/aquasecurity/tfsec"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/tfsec_$version_checksums.txt"
}
}
}