Rules for counting and aggregating issues in different contexts. Determines how issues are counted based on their type and relationship.
enum CountRule { aggItems scaVulnerabilities default artifactFiles }
aggItems
Count based on aggregated items
scaVulnerabilities
Count based on SCA vulnerability findings
default
Default counting method
artifactFiles
Count based on artifact file occurrences
{} Issue.countRule
Last updated 6 months ago