For the complete documentation index, see llms.txt. This page is also available as Markdown.

artifactTopFilters

Predefined filters for top-level artifact analysis.

Examples

enum ArtifactTopFilters {
  WithHighSeverityIssues
  LastVersion
  DeployedToCloud
  RunningInCloud
}

Enum values

Enum value
Description

WithHighSeverityIssues

Show artifacts with high severity issues

LastVersion

Show only the latest version of each artifact

DeployedToCloud

Show artifacts deployed to cloud environments

RunningInCloud

Show artifacts running in cloud (runtime detected)

References

Fields with this object:

Last updated