From e440b308838158628c48f1ed596ad35b3ca6976e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 20:26:55 +0000 Subject: [PATCH] tfsec: Update to version 1.15.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index bd2bf73a41..73a7a040c1 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.14.0", + "version": "1.15.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.14.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "813d4a130274b6d8d575c64668daf2d1967a293de01cd9030036f8839e402d26" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.15.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "33be534d04317a9b3610ea336e0e513c1d5ed4ad9f290f2055b875626f1d1a3b" } }, "bin": "tfsec.exe",