Ensure all configuration options are clearly documented and follow consistent naming and syntax conventions. This includes: 1. **Explicitly document prerequisites** - Clearly state all required tools, dependencies, and environment variables needed for configuration. For example, when jq is required for processing:
Ensure all configuration options are clearly documented and follow consistent naming and syntax conventions. This includes:
terraform show -json tfplan.binary | jq > tfplan.json
"//": [
"checkov:skip=CVE-2023-123: ignore this CVE for this file",
"checkov:skip=express[BC_LIC_2]: ignore license violations"
]
INFO, LOW, MEDIUM, HIGH, CRITICAL)Enter the URL of a public GitHub repository