CI red fix (founder directive: all CI green).
**Root cause:** the repo guard used the A && B || C pattern; Debian shellcheck 0.9 (CI image node:20-bookworm) flags SC2015 where the koalaman stable path used locally passes. CI evidence: https://git.knownelement.com/KNEL/inventory/actions/runs/118227
**Change:** unambiguous if-form, no behavior change.
Ticket: https://projects.knownelement.com/issues/784
Reviewed. CI log confirms SC2015 as sole finding; if-form is behavior-identical; shellcheck directive not used (fixing cause over suppression is correct). Approving as ic-reviewer.
Reviewed. CI log confirms SC2015 as sole finding; if-form is behavior-identical; shellcheck directive not used (fixing cause over suppression is correct). Approving as ic-reviewer.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
CI red fix (founder directive: all CI green).
Root cause: the repo guard used the A && B || C pattern; Debian shellcheck 0.9 (CI image node:20-bookworm) flags SC2015 where the koalaman stable path used locally passes. CI evidence: https://git.knownelement.com/KNEL/inventory/actions/runs/118227
Change: unambiguous if-form, no behavior change.
Ticket: https://projects.knownelement.com/issues/784
Reviewed. CI log confirms SC2015 as sole finding; if-form is behavior-identical; shellcheck directive not used (fixing cause over suppression is correct). Approving as ic-reviewer.
Secondary review: scoped single-hunk change, no functional delta, restores CI green per the all-CI-green mandate. Merging.