From eb992bd5209b95acd3756a0d946d1ed21da2794a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 08:37:25 +0000 Subject: [PATCH] tfsec: Update to version 1.15.2 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 1544922216..ef3ba9976d 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.15.1", + "version": "1.15.2", "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.15.1/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "4a7a53a4bb59490c34c29a4bb6631c96a591c6d606aecfe8e68e68f5c934628f" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.15.2/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "6a8efc8f9025e3add4063df0b49becbf57d03d0fa7235f72681f80c481b22cf7" } }, "bin": "tfsec.exe",