OBJECT
SpringPolicyFinding
Spring policy finding information
link GraphQL Schema definition
- type SpringPolicyFinding {
- # Finding category used while generating finding by policy evaluation
- 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! :
- # Finding severity used while generating finding by policy evaluation
- SpringPolicyFindingSeverity! :
- }