[PR #762] [MERGED] fix: replace npm install with npm ci (20260615-141322) #17427

Closed
opened 2026-07-11 15:51:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/762
Author: @securityeng-bot[bot]
Created: 6/15/2026
Status: Merged
Merged: 6/15/2026
Merged by: @vallieres

Base: masterHead: sec-cli/npm-ci-20260615-141322


📝 Commits (1)

  • 4938bf7 fix: use lockfile-aware install commands

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 vuejs/vuejs/Dockerfile (+1 -1)

📄 Description

This PR was generated by sec-cli github repositories npm-ci update.

What changed

Bare install commands were replaced with lockfile-aware equivalents:

Before After
yarn install yarn install --immutable

Why

Using lockfile-aware install commands (npm ci, --frozen-lockfile,
--immutable) ensures that CI builds use exactly the dependency versions
pinned in the lockfile, making builds reproducible and preventing
unintended dependency upgrades during install.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/762 **Author:** [@securityeng-bot[bot]](https://github.com/apps/securityeng-bot) **Created:** 6/15/2026 **Status:** ✅ Merged **Merged:** 6/15/2026 **Merged by:** [@vallieres](https://github.com/vallieres) **Base:** `master` ← **Head:** `sec-cli/npm-ci-20260615-141322` --- ### 📝 Commits (1) - [`4938bf7`](https://github.com/docker/awesome-compose/commit/4938bf7ab74d6a8869a69a1f2cc7284dcfa858b9) fix: use lockfile-aware install commands ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `vuejs/vuejs/Dockerfile` (+1 -1) </details> ### 📄 Description This PR was generated by `sec-cli github repositories npm-ci update`. ## What changed Bare install commands were replaced with lockfile-aware equivalents: | Before | After | |--------|-------| | `yarn install` | `yarn install --immutable` | ## Why Using lockfile-aware install commands (`npm ci`, `--frozen-lockfile`, `--immutable`) ensures that CI builds use exactly the dependency versions pinned in the lockfile, making builds reproducible and preventing unintended dependency upgrades during install. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-11 15:51:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#17427