From 49fa32c715d7ca808f5a6658c6f4822b083c7868 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 12:31:47 +0000 Subject: [PATCH] tfsec: Update to version 1.9.3 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 9d47351f80..bc7cf2418d 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.9.1", + "version": "1.9.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.9.1/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "bfab56bbe6c0ae4d0cf3359deacbc17b34bb255eec93025bd850f36b5850fb43" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.9.3/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "455548fb2bf0247626086e68867ee46e1d79f4f25b728a5a61626b766734be26" } }, "bin": "tfsec.exe",