Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot]
ba20df5f54 chore: update generated content 2026-06-23 16:00:22 +00:00
dependabot[bot]
591f7a81e2 build(deps): bump undici from 6.25.0 to 6.27.0
Bumps [undici](https://github.com/nodejs/undici) from 6.25.0 to 6.27.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.25.0...v6.27.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 6.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 15:59:20 +00:00
temenuzhka-thede
c887d9748d Merge pull request #568 from docker/sec-cli/npm-ci-20260612-184913
Some checks failed
zizmor / zizmor (push) Failing after 1s
validate / prepare (push) Successful in 48s
codeql / analyze (push) Failing after 1m28s
test / test (push) Successful in 2m12s
validate / validate (push) Successful in 1m51s
ci / main (latest) (push) Successful in 23s
ci / main (v0.4.1) (push) Successful in 23s
ci / windows-error (push) Waiting to run
ci / main () (push) Successful in 27s
ci / main (lab:latest) (push) Successful in 26s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 32s
ci / error (push) Failing after 39s
ci / main (cloud:latest) (push) Successful in 43s
ci / multi (push) Successful in 50s
ci / use (true) (push) Successful in 26s
ci / use (false) (push) Successful in 31s
ci / driver (image=moby/buildkit:latest) (push) Successful in 30s
ci / endpoint (push) Failing after 17s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 30s
ci / debug (push) Successful in 43s
ci / docker-driver (push) Successful in 26s
ci / buildkitd-config (push) Successful in 35s
ci / buildkitd-config-inline (push) Successful in 38s
ci / with-qemu (v0.9.1, all) (push) Failing after 30s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 24s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 37s
ci / with-qemu (, all) (push) Successful in 44s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 44s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 22s
ci / standalone-cmd (push) Successful in 30s
ci / standalone-action (push) Successful in 31s
ci / docker-context (push) Successful in 23s
ci / append (push) Successful in 30s
ci / cleanup (false) (push) Successful in 19s
ci / platforms (push) Successful in 39s
ci / cache-binary (false) (push) Failing after 14s
ci / cleanup (true) (push) Successful in 28s
ci / k3s (latest) (push) Failing after 24s
ci / k3s (v0.10.5) (push) Failing after 31s
ci / k3s (v0.11.0) (push) Failing after 27s
ci / cache-binary (true) (push) Failing after 21s
ci / keep-state-error (push) Successful in 19s
ci / keep-state (push) Successful in 26s
ci / build-ref (master) (push) Successful in 3m59s
ci / build-ref (refs/pull/731/head) (push) Failing after 4m4s
fix: replace npm install with npm ci (20260612-184913)
2026-06-12 14:10:56 -05:00
securityeng-bot[bot]
cfdae34ead fix: use lockfile-aware install commands 2026-06-12 18:49:15 +00:00
5 changed files with 135 additions and 135 deletions

View File

@@ -17,7 +17,7 @@ FROM base AS deps
RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/src/.yarn/cache \
--mount=type=cache,target=/src/node_modules \
yarn install && mkdir /vendor && cp yarn.lock /vendor
yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor
FROM scratch AS vendor-update
COPY --from=deps /vendor /

254
dist/index.cjs generated vendored

File diff suppressed because one or more lines are too long

6
dist/index.cjs.map generated vendored

File diff suppressed because one or more lines are too long

2
dist/licenses.txt generated vendored
View File

@@ -4123,7 +4123,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
The following npm package may be included in this product:
- undici@6.25.0
- undici@6.27.0
This package contains the following license:

View File

@@ -5840,9 +5840,9 @@ __metadata:
linkType: hard
"undici@npm:^6.23.0, undici@npm:^6.25.0":
version: 6.25.0
resolution: "undici@npm:6.25.0"
checksum: 10/a475e45da3e1d1073283bb70531666f09a432eabff2b857bd7063d469a1ee1486192ff61dc0dadbb526673ce1120fee14d66a59b6b17d1e0bd3a4d5f0a52d0a6
version: 6.27.0
resolution: "undici@npm:6.27.0"
checksum: 10/30c18cdb235edf4dd36f8aa3ace1ffaf44060289a7d62ad44c33180d2d74a224015d25574812f62ce9c625b5beb1b0b766495b650fedf356aca11eed7ce2c816
languageName: node
linkType: hard