For the complete documentation index, see llms.txt. This page is also available as Markdown.

Checkov

This plugin allows you to scan your Terraform code to find misconfigurations before they're deployed.

Accessing Checkov

  1. Launch the CI/CD Designer by clicking the πŸš€CI/CD icon available at the top.

  2. Click + in the canvas to add a new task, and select Checkov from the available options. It will be added to the canvas, and its Task details slide form will appear on the right, where you can do the desired configuration.

Configuration options

  1. Name: This is the Brainboard field to describe what this task is about.

  2. Version: Always points to the latest version to give you the latest security checks released.

  3. Skip checks.

  4. Ignore failure: This will put the task in a non-blocking failure, which means the execution of the following stage will be triggered even if the task fails.

  5. Require approval: It implies that this task will not be executed until approved by the people added to the approvers' list.

    • The task remains blocked until all approvers added to the list approve it.

    • When enabled, it allows you to add approvers to the list.

API key is optional. If you have a paid subscription, you can add your key and repository ID.

Sample output

Last updated