From 39cd3a6291bd3b74a43732effe0c4273d85f77f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 20:26:56 +0000 Subject: [PATCH] tfsec: Update to version 1.6.1 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index dfd7130004..64c5b6b7e5 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.6.0", + "version": "1.6.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.6.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "36d720e12a12100b96f7a93d71a992ed5eded603995fbb0a227a14fdda4cb17a" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.6.1/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "664edabb54c932dba3255bab2bb3c8e83d0edbfc467fd8fecd4c651a018383c5" } }, "bin": "tfsec.exe",