From 9c3d1edb8002ae3b064c2e58e4417991c9cd6e3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:31:46 +0000 Subject: [PATCH] tfsec: Update to version 1.19.0 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index e647ce667d..90c7442635 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.18.0", + "version": "1.19.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.18.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "05c9a91ff2a8850aedc3fc1256e989e6839660c5321672046e57abb83c452e37" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.19.0/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "3f7a0bca3859c72c8fc297713cede892f576831d092649008239297369c965f1" } }, "bin": "tfsec.exe",