countRule
Rules for counting and aggregating issues in different contexts. Determines how issues are counted based on their type and relationship.
Examples
enum CountRule {
aggItems
scaVulnerabilities
default
artifactFiles
}
Enum values
Enum value
Description
aggItems
Count based on aggregated items
scaVulnerabilities
Count based on SCA vulnerability findings
default
Default counting method
artifactFiles
Count based on artifact file occurrences
References
Fields with this object:
Last updated