From de61bef2f5205401eaab5bc285f85f1d407d8c5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:58:46 +0000 Subject: [PATCH] tfsec: Update to version 1.15.1 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 73a7a040c1..1544922216 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.15.0", + "version": "1.15.1", "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.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "33be534d04317a9b3610ea336e0e513c1d5ed4ad9f290f2055b875626f1d1a3b" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.15.1/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "4a7a53a4bb59490c34c29a4bb6631c96a591c6d606aecfe8e68e68f5c934628f" } }, "bin": "tfsec.exe",