From 245a13ac5eca635a2d26540ff63e906d1d2b8efa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 12:30:02 +0000 Subject: [PATCH] tfsec: Update to version 1.11.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index cd2ef48b46..6cae887d0b 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.10.0", + "version": "1.11.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.10.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "935c76ae1ede27369efa253dabfff9cb766f393d6240da8e8c6098c017cad164" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.11.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "782e67a52bba5d24398cff3ceb059aa65e3c45bd89de5c0702f306f0de21696b" } }, "bin": "tfsec.exe",