wrknv 2026-01-07
Fix CI tests, gitignore corruption, and add release workflow permissions
6 files · 46+ · 68-

CI and test fixes

5 files changed
  • ci.yml Adjusted CI test configuration
  • release.yml Added missing permissions for reusable release workflow
  • security.yml Minor security workflow fix
  • test_setup_command.py Skip shell integration tests in CI
  • test_container_volume_commands.py Strip ANSI codes in volume backup test
  • Fixed CI test reliability by skipping shell integration tests in CI, stripping ANSI codes from test output assertions, and adding missing workflow permissions remediate internal
    3 files
    • test_setup_command.py
    • test_container_volume_commands.py
    • release.yml

Gitignore fix

1 file changed
  • .gitignore Fixed corrupted gitignore line
  • Repaired a corrupted line in .gitignore that was causing incorrect file exclusion remediate internal
    1 file
    • .gitignore