nais vulnerability search CVE_ID [flags]

Search for workloads affected by a specific CVE or vulnerability identifier. Use –all-teams to search across all teams in the organization.

Options

-A, --all-teams
Search across all teams.
-e, --environment
Filter by environment.
-o, --output
Format output (table or json).

Inherited options

--config
Specify the location for the configuration file.
--no-colors
Disable colors in the output.
-t, --team
Specify the team to use for this command. Overrides the default team from configuration.
-v, --verbose
Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.

Examples

# Search workloads affected by UBUNTU-CVE-2025-9086
$ nais vulnerability search UBUNTU-CVE-2025-9086

# Search all workloads affected by CVE-2014-9841
$ nais vulnerability search -A CVE-2014-9841