From a9a18c65091ed87f6e20b352873a899c39225948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:30:14 +0000 Subject: [PATCH] tfsec: Update to version 1.5.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 826c12f319..83d8a5db6d 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.4.2", + "version": "1.5.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.4.2/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "cf9dd6321da7b36da9ab474e5b475f1ed03b9fed2ebbe534368235c74505066e" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.5.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "04ebdc6e073919154105a611866499115b54a491009d7d4bc570a10e14e63e87" } }, "bin": "tfsec.exe",