Skip to content

Commit

Permalink
docs(general): include duplicate edge env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 authored May 9, 2024
1 parent b62d3c4 commit 9c52b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2.Basics/CLI Command Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ nav_order: 2
| `--output-baseline-as-skipped` | Output checks that are skipped due to baseline file presence |
| `--skip-cve-package SKIP_CVE_PACKAGE` | Filter scan to run on all packages but a specific package identifier (deny list), You can specify this argument multiple times to skip multiple packages |
| `--policy-metadata-filter POLICY_METADATA_FILTER` | Comma separated key:value string to filter policies based on Prisma Cloud policy metadata. See https://prisma.pan.dev/api/cloud/cspm/policy#operation/get-policy-filters-and-options for information on allowed filters. Format: policy.label=test,cloud.type=aws |
| `--summary-position` {`top`, `bottom`} | Chose whether the summary will be appended on top (before the checks results) or on bottom (after check results), default is on top. |
| `--summary-position` {`top`, `bottom`} | Choose whether the summary will be appended on top (before the checks results) or on bottom (after check results), default is on top. |
| env variable: `RENDER_EDGES_DUPLICATE_ITER_COUNT` | Set the threshold to break out of calculating duplicate edges in the graph. This can be determined if you see `Reached too many edge duplications...` in the Checkov logs. Default: `4`. |

0 comments on commit 9c52b3f

Please sign in to comment.