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
docs(ci): teach security-autofix that npm audit does not cover the Docker image
The first run assumed a passing npm audit meant the Docker image was clean and
missed adm-zip (vendored inside @github/copilot). Make the prompt explicit: the
Trivy Docker-image scan cannot be reproduced in the sandbox and npm audit does not
see dependencies bundled inside third-party CLIs, so the agent must read the
failing Trivy (Docker image) log and remediate each finding via a bump or a
justified .trivyignore entry.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 2e044186-b7f4-4228-b0c9-89ffe9e2922c
0 commit comments