From da14686cc2c16efaea3dac44aa010e6fd11af764 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 12:37:03 +0000 Subject: [PATCH] tfsec: Update to version 1.1.3 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index affae9277e..833c1dbcd0 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.1.2", + "version": "1.1.3", "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.1.2/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "11fd90eae30679af70128091bcee1b8d2b27d410aa4d52447005cdd1ebb94968" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.1.3/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "ff873afac7bc7763c7c1536a634e8d8874a5bd6f9884bc87f8d39d99128c18b7" } }, "bin": "tfsec.exe",