From c5f85443eeb169dd7489d6d5d5a2056837c4094f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 16:30:09 +0000 Subject: [PATCH] tfsec: Update to version 1.13.2 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index ff8dbed079..44a00f498d 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.13.0", + "version": "1.13.2", "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.13.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "15f84534ae0b6b732fedb2e51ffd10c52ae70cdf8626ca9167b49c6b9341ec7f" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.13.2/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "40133fe3420c6c9c3543dfc0887cbf72d450a4ea89f802304e99987472425250" } }, "bin": "tfsec.exe",