tfsec: Add version 0.58.9 (#2680)

This commit is contained in:
Dennis Roche 2021-09-14 21:00:02 +08:00 committed by GitHub
parent 24b939a7b4
commit b0b5655e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/tfsec.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "0.58.9",
"description": "tfsec uses static analysis of your terraform templates to spot potential security issues.",
"homepage": "https://github.com/aquasecurity/tfsec",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/aquasecurity/tfsec/releases/download/v0.58.9/tfsec-windows-amd64.exe#/tfsec.exe",
"hash": "b625805dd606c20a0fc75e3beeac661e98725d1cfb61598952b4cec3fd3b2039"
}
},
"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"
}
}
}