From 49c91df88f6a6a4c915b356d33dd327e3642e8dd Mon Sep 17 00:00:00 2001 From: Talbalash-legit <165669855+Talbalash-legit@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:17:37 +0300 Subject: [PATCH] Update configuration.md, added sbom generation flag --- docs/getting-started/installation/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/installation/configuration.md b/docs/getting-started/installation/configuration.md index 3562e7686..40598a720 100644 --- a/docs/getting-started/installation/configuration.md +++ b/docs/getting-started/installation/configuration.md @@ -41,6 +41,7 @@ You can configure Trivy-Operator to control it's behavior and adapt it to your n | `OPERATOR_SEND_DELETED_REPORTS` | `false` | The flag to enable sending deleted reports if webhookBroadcastURL is enabled | | `OPERATOR_PRIVATE_REGISTRY_SCAN_SECRETS_NAMES` | `{}` | The flag is map of namespace:secrets, secrets are comma seperated which can be used to authenticate in private registries in case if there no imagePullSecrets provided example : {"mynamespace":"mySecrets,anotherSecret"} | | `OPERATOR_MERGE_RBAC_FINDING_WITH_CONFIG_AUDIT` | `false` | The flag to enable merging rbac finding with config-audit report | +| `OPERATOR_SBOM_GENERATION_ENABLED` | `true` | The flag to enable sbom generation The values of the `OPERATOR_NAMESPACE` and `OPERATOR_TARGET_NAMESPACES` determine the install mode, which in turn determines the multitenancy support of the operator.