Skip to content

Update Kubeflow template to use variables for nodes

ad9c75e
Select commit
Loading
Failed to load commit list.
Open

KubeflowExecutor Implementation #313

Update Kubeflow template to use variables for nodes
ad9c75e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 3, 2025 in 6s

6 new alerts including 4 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 high

Other Alerts:

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 528 in nemo_run/core/execution/kubeflow.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.

Check failure on line 538 in nemo_run/core/execution/kubeflow.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.

Check failure on line 541 in nemo_run/core/execution/kubeflow.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.

Check failure on line 543 in nemo_run/core/execution/kubeflow.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.

Check notice on line 209 in test/core/execution/test_kubeflow.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable test_pvc_creation_when_missing is not used.

Check notice on line 239 in test/core/execution/test_kubeflow.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable test_pvc_creation_skipped_when_exists is not used.