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