Skip to content

Remove extra_data from SNow CVE Remediation workflow nodes#127

Merged
toharris-rh merged 1 commit into
mainfrom
fix/workflow-extra-data-interpolation
Jun 16, 2026
Merged

Remove extra_data from SNow CVE Remediation workflow nodes#127
toharris-rh merged 1 commit into
mainfrom
fix/workflow-extra-data-interpolation

Conversation

@toharris-rh

Copy link
Copy Markdown
Owner

Jinja2 in workflow node extra_data resolves at CaC load time (empty) not at runtime. Remove it — workflow-level extra_vars propagate automatically via ask_variables_on_launch.

…gate

Jinja2 in extra_data is evaluated at CaC load time where host_fqdn and
reported_cve are undefined, storing empty strings that shadow the actual
workflow launch vars. Since both JTs have ask_variables_on_launch: true,
the workflow-level extra_vars propagate automatically.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@toharris-rh toharris-rh requested a review from ericcames as a code owner June 16, 2026 01:37
@toharris-rh toharris-rh merged commit da9ac4f into main Jun 16, 2026
@toharris-rh toharris-rh deleted the fix/workflow-extra-data-interpolation branch June 16, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant