---
title: "Find Vulnerabilities Fast! New Docker CLI Command: Docker Scout"
url: https://daily.dev/posts/find-vulnerabilities-fast-new-docker-cli-command-docker-scout-yvutwcry9
source_url: https://www.youtube.com/watch?v=0Wc4-_DownU
type: video:youtube
source: "DevOps Directive"
published: 2026-05-31T07:40:32.291Z
updated: 2026-05-31T07:47:48.507Z
tags: ["security", "docker", "containers", "github-actions"]
reading_time: 10
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Find Vulnerabilities Fast! New Docker CLI Command: Docker Scout

**[DevOps Directive](https://daily.dev/sources/devops-directive)** · 10 min read · 0 upvotes · 0 comments

## Summary

Docker Scout is a new CLI tool replacing the deprecated `docker scan` command, designed to help developers build more secure container images. It scans images layer by layer, identifies known CVEs, and provides remediation recommendations. Available since Docker Desktop 4.17, it offers three interaction modes: CLI commands (`docker scout cves` and `docker scout recommendations`), a Docker Desktop GUI with filterable vulnerability views, and a GitHub Actions integration for automated scanning in CI pipelines. The post also notes limitations of image scanning tools, referencing a KubeCon Europe 2023 talk showing how metadata manipulation can hide vulnerabilities from scanners.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=0Wc4-_DownU>

## Similar posts on daily.dev

- [How Docker Hardened Images Patch CVEs in 24 Hours](https://daily.dev/posts/how-docker-hardened-images-patch-cves-in-24-hours-jqrjyshd0) · Docker · 0 upvotes · 0 comments
- [I need a CVE tool, it took me much less effort to build correctly](https://daily.dev/posts/i-need-a-cve-tool-it-took-me-much-less-effort-to-build-correctly-quts2djqw) · ITNEXT · 37 upvotes · 1 comments
- [Shift Left: How CVE-LITE CLI is Transforming Developer Security](https://daily.dev/posts/shift-left-how-cve-lite-cli-is-transforming-developer-security-jmloixh0i) · SD Times · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#docker](https://daily.dev/tags/docker), [#containers](https://daily.dev/tags/containers), [#github-actions](https://daily.dev/tags/github-actions)

[View this post on daily.dev](https://daily.dev/posts/find-vulnerabilities-fast-new-docker-cli-command-docker-scout-yvutwcry9)
