Introduction
Getting Started
Digger Enterprise
Features
How To
- Managing state
- Specify terraform version
- Apply on Merge
- Apply Requirements
- Auto-merge
- Backendless mode
- Commenting strategies
- Custom commands
- Destroy via manual workflow
- Draft PRs
- Disable auto-checkout
- Disable telemetry
- Generate projects
- Group plans by source module
- Include / exclude patterns
- Masking sensitive values
- Multiple AWS accounts
- Policy overrides
- Project Level Roles for AWS
- Segregate cloud accounts
- Store plans in a Bucket
- Trigger workflow directly
- Using Checkov
- Using Infracost
- Inline policies (conftest)
- Using Terragrunt
- Specifying version
Self-host Digger
AWS-specific
Troubleshooting
How To
Using Checkov
You can configure Digger to run Checkov policy-as-code as an additional step:
Copy
Ask AI
projects:
- name: project_a_d
dir: ./project_a/development
workflow: project_a
workflows:
project_a:
plan:
steps:
- init
- plan
- run: checkov -d . --framework terraform
This docs page needs improvement. Please consider contributing to docs. Here is the relevant PR implementing this feature
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.