Easy steps to install tfsec package on Mac
Package Information:
Application Name – tfsec
What is tfsec – Not Available for tfsec
Use of tfsec – Static analysis powered security scanner for your terraform code
URL – https://github.com/tfsec/tfsec
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install tfsec using brew
brew install tfsec
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
tfsec is ready to use now!