From d40601d1d0c5f2a9682d89f3632633f0649d6068 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:31:34 +0000 Subject: [PATCH] tfsec: Update to version 1.22.1 --- bucket/tfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tfsec.json b/bucket/tfsec.json index a15f996f79..3cfbe6c3e6 100644 --- a/bucket/tfsec.json +++ b/bucket/tfsec.json @@ -1,12 +1,12 @@ { - "version": "1.22.0", + "version": "1.22.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.22.0/tfsec-windows-amd64.exe#/tfsec.exe", - "hash": "5a1851e2b3de02be0202ebd8b4eb22b42eed9383976b5d161d5fdfbc263a6399" + "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.22.1/tfsec-windows-amd64.exe#/tfsec.exe", + "hash": "8673d2c0e3d3ba849c5395b53bc74a2f63c0198df651071ea317112c204b2fa3" } }, "bin": "tfsec.exe",