From 39e896f33155afb578473f8469a3e3a84272bbd1 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 9 Nov 2023 15:19:06 +0200 Subject: [PATCH] chore(deps): updated brewfile --- config/homebrew/Brewfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/homebrew/Brewfile b/config/homebrew/Brewfile index 973f84d..4fd0e1a 100644 --- a/config/homebrew/Brewfile +++ b/config/homebrew/Brewfile @@ -22,8 +22,6 @@ brew "ca-certificates" brew "libyaml" # Cryptography and SSL/TLS Toolkit brew "openssl@3" -# Interpreted, interactive, object-oriented programming language -brew "python@3.11" # Automate deployment, configuration, and upgrading brew "ansible" # Checks ansible playbooks for practices and behaviour @@ -62,6 +60,8 @@ brew "coreutils" brew "asdf" # Spell checker with better logic than ispell brew "aspell" +# Interpreted, interactive, object-oriented programming language +brew "python@3.11" # Official Amazon AWS command-line interface brew "awscli" # Bourne-Again SHell, a UNIX command interpreter @@ -270,6 +270,8 @@ brew "terragrunt" brew "testssl" # Terraform version manager inspired by rbenv brew "tfenv" +# Linter for Terraform files +brew "tflint" # Static analysis security scanner for your terraform code brew "tfsec" # Programmatically correct mistyped console commands