Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix table formatting #296

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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