From 87bbec8769ddaa97283972ea25ea81d535495d24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 16:29:27 +0000 Subject: [PATCH] tfsec: Update to version 1.0.6 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 89af815c1f..404d62de3a 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.0.3", + "version": "1.0.6", "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.3/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "908971e74f572ed3ac6fd91161c4108f720d40db5cbdff94564b96fb7a0f25d7" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.0.6/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "ce6de67518ceae772549901e40d48b8cb5a55fad3df9104a1d61c89579d7afb3" } }, "bin": "tfsec.exe",