From 57477f958e819dc0322793a430a42e4e24576316 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 16:31:59 +0000 Subject: [PATCH] tfsec: Update to version 1.21.1 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index db0ff14a32..bfcb4871e5 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.21.0", + "version": "1.21.1", "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.21.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "55334a6bb1a1e6f0bf76be35f3f80aa6339c41fbe05679f43440276624b07183" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.21.1/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "369fadfa98d33dc2cc6927332a6a647beed1ea93aaa15d4011168402baa46b3f" } }, "bin": "tfsec.exe",