From 6a893349225a14285afcf9121ed58d8226b0f72c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:31:20 +0000 Subject: [PATCH] tfsec: Update to version 1.26.3 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index a6160748b1..50dd0d4ac8 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.26.2", + "version": "1.26.3", "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.26.2/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "4a6652638a19492dc234b6a61f974e54125db4a706ceb99d3cc844164e567381" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.26.3/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "9d1006cd3f90704626b2233ad747df8145770b047914dd41527836c5026814d5" } }, "bin": "tfsec.exe",