You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NV-4412 Fix GitLab/Azure CI: Compose v2, drop removed scan -a flag, pin ubuntu
The merged NV-4412 GitLab pipeline (and the sibling azure-pipelines.yml) called
nightvision scan with the -a/--app flag that the shipped CLI removed (the spec now
attaches to the target via swagger extract -t), and the GitLab job relied on
Compose v1 via apt, which Ubuntu 24.04 (what ubuntu:latest now resolves to) no
longer ships. Found by a live end-to-end run of the full in-CI scan pipeline.
- .gitlab-ci.yml: install docker-compose-v2 and call docker compose (v2); drop the
removed -a from the scan; pin ubuntu:24.04 so the base image cannot drift.
- azure-pipelines.yml: drop the same removed -a (scan command and setup comment).
Its pinned Compose v1 install is left as-is (still functional).
0 commit comments