docs: Align Configuration File Reference documentation with actual config files#265
Open
rhartuv wants to merge 2 commits into
Open
docs: Align Configuration File Reference documentation with actual config files#265rhartuv wants to merge 2 commits into
rhartuv wants to merge 2 commits into
Conversation
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
vbelouso
reviewed
Jun 28, 2026
| | ---- | -------------------------------- | -------------------------------------- | | ||
| | Cache / data paths | `.cache/am_cache/*` | `${EXPLOIT_IQ_DATA_DIR:-/exploit-iq-data/}*` subdirectories (`git`, `pickle`, `rpms`, `vdb`, `code_index`, `checker`) | | ||
| | LLM `_type` | Hard-coded `openai` for all models | `${LLM_TYPE_*:-nim}` per model, with per-model API key and base URL env vars | | ||
| | `cve_verify_vuln_package` | Present in `functions` and `workflow` | Not configured (node omitted) | |
Collaborator
There was a problem hiding this comment.
I see this in the configfile https://github.com/RHEcosystemAppEng/vulnerability-analysis/blob/main/kustomize/base/exploit-iq-config.yml#L61-L65
vbelouso
reviewed
Jun 28, 2026
| | LLM `_type` | Hard-coded `openai` for all models | `${LLM_TYPE_*:-nim}` per model, with per-model API key and base URL env vars | | ||
| | `cve_verify_vuln_package` | Present in `functions` and `workflow` | Not configured (node omitted) | | ||
| | `cve_fetch_patches` | Present in `functions` and `workflow` | Not configured | | ||
| | `cve_fetch_intel` | Default `retry_on_client_errors` (`true`); HTTP plugin endpoint `http://localhost:8080/...` without K8s auth | `retry_on_client_errors: false`; endpoint uses `CALLBACK_URL_PLACEHOLDER` with `token_path` and `verify_path` for service-account auth | |
Collaborator
There was a problem hiding this comment.
I see this in the configfile https://github.com/RHEcosystemAppEng/vulnerability-analysis/blob/main/kustomize/base/exploit-iq-config.yml#L213-L216
vbelouso
reviewed
Jun 28, 2026
| | `cve_verify_vuln_package` | Present in `functions` and `workflow` | Not configured (node omitted) | | ||
| | `cve_fetch_patches` | Present in `functions` and `workflow` | Not configured | | ||
| | `cve_fetch_intel` | Default `retry_on_client_errors` (`true`); HTTP plugin endpoint `http://localhost:8080/...` without K8s auth | `retry_on_client_errors: false`; endpoint uses `CALLBACK_URL_PLACEHOLDER` with `token_path` and `verify_path` for service-account auth | | ||
| | `cve_agent_executor` tools | Includes `Configuration Scanner` and `Import Usage Analyzer`; sets `uber_jar_file_threshold: 600` | Omits those tools and `uber_jar_file_threshold` | |
Collaborator
There was a problem hiding this comment.
I see them in the configfile https://github.com/RHEcosystemAppEng/vulnerability-analysis/blob/main/kustomize/base/exploit-iq-config.yml#L123-L124
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Align Configuration File Reference documentation with actual config files
Jira