-
Notifications
You must be signed in to change notification settings - Fork 1
fix(ci): resync web lockfile blocking Trivy #1657
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingci/cddependenciesPull requests that update a dependency filePull requests that update a dependency fileinfrastructurejavascriptPull requests that update javascript codePull requests that update javascript codeneeds-triagesecuritytriaged
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingci/cddependenciesPull requests that update a dependency filePull requests that update a dependency fileinfrastructurejavascriptPull requests that update javascript codePull requests that update javascript codeneeds-triagesecuritytriaged
Verified blocker
Security Scan fails before Trivy runs because the Docker build executes:
npm ci --workspace=apps/web --production --legacy-peer-depsCurrent
package.jsonandpackage-lock.jsonon main are out of sync. npm reports these missing lock entries:@opentelemetry/exporter-trace-otlp-http@0.222.0@opentelemetry/otlp-exporter-base@0.222.0@opentelemetry/otlp-transformer@0.222.0@opentelemetry/sdk-trace@2.11.0@opentelemetry/sdk-logs@0.222.0@opentelemetry/sdk-metrics@2.11.0Independent reproductions:
Both affected PRs are Python-only and do not modify package manifests or the lockfile, so this is current-main infrastructure drift rather than a finding in either change.
Acceptance criteria
npm ci --workspace=apps/web --production --legacy-peer-depssucceedsSafety boundary
Tracking only. No dependency installation, lockfile mutation, merge, or deployment was performed by this issue.