From bcf8fef73aafa2a75634d1e91b5e1f8c6051877a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Jan 2022 00:32:10 +0000 Subject: [PATCH] tfsec: Update to version 1.0.1 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 4973a5e621..c3ee1f5a93 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.0.0", + "version": "1.0.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.0.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "a50c023af94683bef7e25e75d50f12df4a1b3947bfc834608acfe8d8cf034e79" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.0.1/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "6b3f0cc3c5720a9a98ef76a77454a50c8179255cd85f0a65a7b20cde49c10cdc" } }, "bin": "tfsec.exe",