Skip to content

Commit

Permalink
docs: fix table formatting (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla authored Sep 28, 2023
1 parent e01a0e7 commit 2f770f6
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion docs/Terraform/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,49 @@ For more details regarding how these parameters work, see `the checkov documenta
| Environment Variable | CLI Argument |
+============================================+======================================+
| ``CHECKOV_BASELINE`` | ``--baseline`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_BC_API_KEY`` | ``--bc-api-key`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_BLOCK_LIST_SECRET_SCAN`` | ``--block-list-secret-scan`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_CA_CERTIFICATE`` | ``--ca-certificate`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_CHECK`` | ``--check`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_CREATE_CONFIG`` | ``--create-config`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_DOWNLOAD_EXTERNAL_MODULES`` | ``--download-external-modules`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_EVALUATE_VARIABLES`` | ``--evaluate-variables`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_EXTERNAL_CHECKS_DIR`` | ``--external-checks-dir`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_EXTERNAL_CHECKS_GIT`` | ``--external-checks-git`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_EXTERNAL_MODULES_DOWNLOAD_PATH`` | ``--external-modules-download-path`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_HARD_FAIL_ON`` | ``--hard-fail-on`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_OPENAI_API_KEY`` | ``--openai-api-key`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_POLICY_METADATA_FILTER`` | ``--policy-metadata-filter`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_PRISMA_API_URL`` | ``--prisma-api-url`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_REPO_ID`` | ``--repo-id`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_REPO_ROOT_FOR_PLAN_ENRICHMENT`` | ``--repo-root-for-plan-enrichment`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_SECRETS_HISTORY_TIMEOUT`` | ``--secrets-history-timeout`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_SECRETS_SCAN_FILE_TYPE`` | ``--secrets-scan-file-type`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_SKIP_CHECK`` | ``--skip-check`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_SKIP_CVE_PACKAGE`` | ``--skip-cve-package`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_SOFT_FAIL_ON`` | ``--soft-fail-on`` |
+--------------------------------------------+--------------------------------------+
| ``CHECKOV_VAR_FILE`` | ``--var-file`` |
+--------------------------------------------+--------------------------------------+

Expand All @@ -78,7 +100,7 @@ customizing the ``checkov`` environment **only** while it is running.
| Environment Variable | Checkov Environment |
+=======================+=====================+
| ``CHECKOV_LOG_LEVEL`` | ``LOG_LEVEL`` |
+---------------------------------------------+
+-----------------------+---------------------+

For instance, the following command will run with ``checkov`` in debug mode (which is separate from running ``easy_infra`` in debug mode)::

Expand Down

0 comments on commit 2f770f6

Please sign in to comment.