artifactCategories

Information about artifact categories and their severities.

Examples

type ArtifactCategories {
  catId: String
  severities: Severities
  name: String
  score: String
}

Fields

Field
Description
Supported fields

catId String

Unique identifier of the category

severities Severities

Counts of issues grouped by severity within this category

info Int low Int medium Int high Int critical Int appox Int

name String

Name of the category

score String

Severity score representing the max severity count for this category

References

Fields with this object:

Last updated