Tfsec
Last updated
Last updated
This plugin allows you to scan the Terraform code with tfsec
and provide output.
tfsec
is a static analysis security scanner for your Terraform code.
Configuration options
Version: always points to the latest version.
Disable grouping: disable grouping of similar results.
Disabled checks
Ignore failure: if enabled, the execution of the following stage will be triggered even if the task fails.
Include ignored: include ignored checks in the result output.
Include passed: include passed checks in the result output.
Minimum severity: you can specify the minimum severity of result that should be reported. By default, every severity is reported. You must use one of CRITICAL
, HIGH
, MEDIUM
, LOW
.
Require approval: means that this task will not be executed until approved by people added in the approvers' list.
The task remains blocked until all approvers added in the list approve it.
Sample output