INPUT_OBJECT
SpringPolicyRuleFindingInput
Spring policy finding input
link GraphQL Schema definition
- input SpringPolicyRuleFindingInput {
- # category for finding
- 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
- Boolean! :
- # severity of finding
- SpringPolicyFindingSeverity! :
- }