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