From 3a649952247f5f8a96abfd26c3de6125c74d28df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 16:30:53 +0000 Subject: [PATCH] tfsec: Update to version 1.20.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 766918806b..9e31ff845f 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.19.1", + "version": "1.20.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.19.1/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "04e36dc5b1331942c2738af161af6fe6ea0a89005988c15532abd206ed74e241" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.20.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "e2e8db1f8dbee897d12b03db090065a47177954c521415a03e0dd71ca6ba4c17" } }, "bin": "tfsec.exe",