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: Update configuration.md, added sbom generation flag #2163

Merged
merged 1 commit into from
Jul 7, 2024
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
1 change: 1 addition & 0 deletions docs/getting-started/installation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading