From 2fb0903fddcb1e260174d335e99c01cc82beaa03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 12:29:50 +0000 Subject: [PATCH] tfsec: Update to version 1.1.5 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index ce4e463d35..9641f460dd 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.1.4", + "version": "1.1.5", "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.1.4/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "1f1b6712e5fe1d298cfd3b1fabe6e1ed95f16b8a75e99a059fbe9363e4a2454d" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.1.5/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "74d1a795a425eb250a7d32884ee25f288fd802dd84c2dec6bfa5a8b5911a26bc" } }, "bin": "tfsec.exe",