From 121abf2f8202884c5faa2274606a2446d3bbe5a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 12:29:57 +0000 Subject: [PATCH] tfsec: Update to version 1.6.2 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 64c5b6b7e5..32c1f89d80 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.6.1", + "version": "1.6.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.6.1/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "664edabb54c932dba3255bab2bb3c8e83d0edbfc467fd8fecd4c651a018383c5" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.6.2/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "29c693b7f5d9702b40199e2e84426108529a6dec122f7427a0a65da0169bf902" } }, "bin": "tfsec.exe",