From 6450d2398dff150780127e4d72de340efa1a2bf3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 29 Nov 2021 13:01:47 +0000 Subject: [PATCH] cfsec: Update to version 0.2.0 --- bucket/cfsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cfsec.json b/bucket/cfsec.json index e643b161fc..e208eb6361 100644 --- a/bucket/cfsec.json +++ b/bucket/cfsec.json @@ -1,12 +1,12 @@ { - "version": "0.1.0", + "version": "0.2.0", "description": "A static analysis security scanner for CloudFormation code", "homepage": "https://cfsec.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/aquasecurity/cfsec/releases/download/v0.1.0/cfsec-windows-amd64.exe#/cfsec.exe", - "hash": "3c03201ba57d17074664873dcccf3f5712acb9d1cb55b593d975b97d66c42bd9" + "url": "https://github.com/aquasecurity/cfsec/releases/download/v0.2.0/cfsec-windows-amd64.exe#/cfsec.exe", + "hash": "4f3fdce9e9693fb9d8e0dd8bb3beea8b17d3878aec2cd10d3b19c89fedd60a9c" } }, "bin": "cfsec.exe",