From c9cb9faf65f707f91a9e4b6ddd2ffbe8ff42158f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:33:40 +0000 Subject: [PATCH] tfsec: Update to version 1.26.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index ea89622780..fe3797bbf6 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.25.1", + "version": "1.26.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.25.1/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "a5f0e1762750b88accb11903777fd99d44ac1b132201cb857a766108b4419091" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.26.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "e57a0d4fcf14a11da36e8fdb521880addcd5820a1c72d5b6bbe8b3b54613026b" } }, "bin": "tfsec.exe",