Skip to content

refactor: consolidate init scripts and improve infrastructure#65

Merged
NormB merged 1 commit into
mainfrom
refactor/infrastructure-improvements
Dec 13, 2025
Merged

refactor: consolidate init scripts and improve infrastructure#65
NormB merged 1 commit into
mainfrom
refactor/infrastructure-improvements

refactor: consolidate init scripts and improve infrastructure

daf02fd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 13, 2025 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 31 in scripts/devstack/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Use of a print statement at module level Note

Print statement may execute during import.

Check notice on line 32 in scripts/devstack/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Use of a print statement at module level Note

Print statement may execute during import.

Check notice on line 23 in scripts/devstack/vault.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Path' is not used.