From 2ff8deef11af592514605ae14ec4c12a05e5e8c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 20:37:23 +0000 Subject: [PATCH] tfsec: Update to version 1.9.1 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 98dee92fa7..9d47351f80 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.8.0", + "version": "1.9.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.8.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "a26be39ae1dcd8700907b05de1613c6e20f4757bc91c2603a09522ae16182c22" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.9.1/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "bfab56bbe6c0ae4d0cf3359deacbc17b34bb255eec93025bd850f36b5850fb43" } }, "bin": "tfsec.exe",