CI Perf Lint

dockerfile-yarn-install-without-immutable-lockfile

Detects Node Dockerfiles that run Yarn dependency installation without a lockfile-immutable flag while yarn.lock is available in the Docker build context.

This rule looks for:

Why it matters:

What to do:

This rule intentionally focuses on lockfile immutability. It does not require a Zero-Installs cache layout.