Skip to content

fix(ci): resync web lockfile blocking Trivy #1657

Description

@groupthinking

Verified blocker

Security Scan fails before Trivy runs because the Docker build executes:

npm ci --workspace=apps/web --production --legacy-peer-deps

Current package.json and package-lock.json on 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.0

Independent 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

Safety boundary

Tracking only. No dependency installation, lockfile mutation, merge, or deployment was performed by this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions