CI Perf Lint

dockerfile-bun-install-without-frozen-lockfile

Detects Node Dockerfiles that run Bun dependency installation without frozen lockfile behavior while a Bun lockfile is available in the Docker build context.

This rule looks for:

Why it matters:

What to do:

This rule is focused on deterministic Docker dependency installs, not local developer install behavior.