From 8109ec64e6acd3ce72de096b1e24b11c7d4a001c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:37:37 +0000 Subject: [PATCH] tfsec: Update to version 1.0.8 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index a22e9df52d..3b638b98e8 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.0.7", + "version": "1.0.8", "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.0.7/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "b38e945dd9caa41cabd448436be28b41b7736e663bdfbfc0996bc8629efbc3bb" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.0.8/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "76362bbd208878fb1571bdc7e6af0e484d89b3ebec327363194b6fb8df5d5128" } }, "bin": "tfsec.exe",