Skip to content

Files

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.08 KB

Code Climate tfsec plugin

codeclimate-tfsec is a Code Climate plugin that wraps tfsec. You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.

Installation

  1. If you haven't already, install the Code Climate CLI.
  2. Add the following to your Code Climate config:
plugins:
  tfsec:
    enabled: true
    channel: beta
  1. Run codeclimate engines:install
  2. You're ready to analyze! Browse into your project's folder and run codeclimate analyze.

Building

make image

This will build a codeclimate/codeclimate-tfsec image locally.

Need help?

For help with tfsec, check out their documentation.

If you're running into a Code Climate issue, first look over this project's GitHub Issues, as your question may have already been covered. If not, go ahead and open a support ticket with us.