From c8b336f0bc33f89bb5bfd79707292cd042ae900e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 20:26:32 +0000 Subject: [PATCH] tfsec: Update to version 1.0.11 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 6c3595fbbd..2107973335 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.0.10", + "version": "1.0.11", "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.0.10/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "21019c1b74d4f822103bf05ce70a5ff9addea751cad2b5f757ec26bf86d24042" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.0.11/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "36edbedddc8039c5598d2a76218e9d1614df563255ecdc34c827287558b09e89" } }, "bin": "tfsec.exe",