Skip to content

Make Docker Scout CVE check non-blocking#37

Merged
beevelop merged 2 commits intolatestfrom
copilot/resolve-pipeline-issue
Mar 6, 2026
Merged

Make Docker Scout CVE check non-blocking#37
beevelop merged 2 commits intolatestfrom
copilot/resolve-pipeline-issue

Conversation

Copy link
Contributor

Copilot AI commented Mar 6, 2026

Pipeline fails on HIGH CVE-2026-25646 in libpng inherited from nginx:alpine base image — not actionable by this repo.

  • Set exit-code: false on the Docker Scout step so base image vulnerabilities don't block the build
  • Scout still runs and reports findings for visibility
- name: Docker Scout
  uses: docker/scout-action@v1
  with:
    command: cves
    only-severities: critical,high
    exit-code: false  # was: true

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

The CI pipeline was failing because Docker Scout detected a HIGH
vulnerability (CVE-2026-25646) in libpng from the nginx:alpine base
image. Since this is outside our control, the scout check is now
non-blocking while still reporting results for visibility.

Co-authored-by: beevelop <6891349+beevelop@users.noreply.github.com>
Copilot AI changed the title [WIP] Resolve issue in our pipeline and disable docker scout check Make Docker Scout CVE check non-blocking Mar 6, 2026
@beevelop beevelop marked this pull request as ready for review March 6, 2026 10:03
@beevelop beevelop merged commit 6067ff4 into latest Mar 6, 2026
2 checks passed
@beevelop beevelop deleted the copilot/resolve-pipeline-issue branch March 6, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants