From 5bb7dc177db4766664f8a0218f4ae4c88ec8733e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 16:29:59 +0000 Subject: [PATCH] tfsec: Update to version 1.3.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index e651ee3b30..a3eed52d38 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.2.1", + "version": "1.3.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.2.1/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "b8d60e61a40cd56f07685ee2986ed81287cb64e3c86f18d95df34ddd03d4ffa4" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.3.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "fd4141d4ea253e146355480e6ba9a477e5ffb8d74aaf4d9a6e00dc83c49a8e23" } }, "bin": "tfsec.exe",