From cf43232dd8f2c7e32818f29619c1366937cce00d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:32:05 +0000 Subject: [PATCH] tfsec: Update to version 1.27.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index 50dd0d4ac8..ca4943d068 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.26.3", + "version": "1.27.0", "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.26.3/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "9d1006cd3f90704626b2233ad747df8145770b047914dd41527836c5026814d5" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.27.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "83f554a13d062d28e2222c0430071f8d1b76f6071e74682ac27d062c865959ea" } }, "bin": "tfsec.exe",