INPUT_OBJECT

SpringPolicyRuleFindingInput

Spring policy finding input

link GraphQL Schema definition

  • input SpringPolicyRuleFindingInput {
  • # category for finding
  • category: SpringPolicyFindingCategory!
  • # By default findings get created per entity, however if findings are to be create
  • # for some other Graph nodes,
  • # then we need to specify this, Supported dimensions are VULNERABILITY and PACKAGE
  • createMultipleFindings: Boolean!
  • # severity of finding
  • severity: SpringPolicyFindingSeverity!
  • }