Compare commits

...

1 Commits

Author SHA1 Message Date
39e896f331 chore(deps): updated brewfile 2023-11-09 15:19:06 +02:00

View File

@@ -22,8 +22,6 @@ brew "ca-certificates"
brew "libyaml" brew "libyaml"
# Cryptography and SSL/TLS Toolkit # Cryptography and SSL/TLS Toolkit
brew "openssl@3" brew "openssl@3"
# Interpreted, interactive, object-oriented programming language
brew "python@3.11"
# Automate deployment, configuration, and upgrading # Automate deployment, configuration, and upgrading
brew "ansible" brew "ansible"
# Checks ansible playbooks for practices and behaviour # Checks ansible playbooks for practices and behaviour
@@ -62,6 +60,8 @@ brew "coreutils"
brew "asdf" brew "asdf"
# Spell checker with better logic than ispell # Spell checker with better logic than ispell
brew "aspell" brew "aspell"
# Interpreted, interactive, object-oriented programming language
brew "python@3.11"
# Official Amazon AWS command-line interface # Official Amazon AWS command-line interface
brew "awscli" brew "awscli"
# Bourne-Again SHell, a UNIX command interpreter # Bourne-Again SHell, a UNIX command interpreter
@@ -270,6 +270,8 @@ brew "terragrunt"
brew "testssl" brew "testssl"
# Terraform version manager inspired by rbenv # Terraform version manager inspired by rbenv
brew "tfenv" brew "tfenv"
# Linter for Terraform files
brew "tflint"
# Static analysis security scanner for your terraform code # Static analysis security scanner for your terraform code
brew "tfsec" brew "tfsec"
# Programmatically correct mistyped console commands # Programmatically correct mistyped console commands