From 520cae96ce3c1141279b96f63fda4705d7cc8800 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 20:27:24 +0000 Subject: [PATCH] tfsec: Update to version 1.4.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index a3eed52d38..444f0943ff 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.3.0", + "version": "1.4.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.3.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "fd4141d4ea253e146355480e6ba9a477e5ffb8d74aaf4d9a6e00dc83c49a8e23" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.4.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "d4f8bddf73317cc048b84b37cd3e908c7fb1fd1d9f2823ddae8ee35d930c3587" } }, "bin": "tfsec.exe",