From 923fa31d1b789d330fd78d7dca63c9ac8dd7f3f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 00:32:26 +0000 Subject: [PATCH] tfsec: Update to version 1.1.2 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index efb08d5fa3..affae9277e 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.1.1", + "version": "1.1.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.1.1/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "cab5b9d904cbf87180ed83bd7ff9a0d39dabba3aa9d8beee8d91471085db1665" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.1.2/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "11fd90eae30679af70128091bcee1b8d2b27d410aa4d52447005cdd1ebb94968" } }, "bin": "tfsec.exe",