From c61fc35d5786ed2bd8531c7d2f2403687f2d9ae3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 00:34:33 +0000 Subject: [PATCH] tfsec: Update to version 1.16.2 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index b52dd83586..cf1cb3547c 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.16.1", + "version": "1.16.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.16.1/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "cd519d0d818c771c703b178d5a2e8dbae9300494ac76f50d4909d5c9dd6a9ad6" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.16.2/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "5de24fe2237357da8b6c3929a53ed012febac29fdc4a7970de8e182044aab652" } }, "bin": "tfsec.exe",