The prb finding commands let you create, list, view, update, and delete findings. Findings track nonconformities, observations, and exceptions identified during audits.
--kind MAJOR_NONCONFORMITY \
--description " Missing access review process "
Flag Required Description --organizationYes Organization ID --kindNo Finding kind: MINOR_NONCONFORMITY, MAJOR_NONCONFORMITY, OBSERVATION, EXCEPTION --statusNo Status: OPEN, IN_PROGRESS, CLOSED, RISK_ACCEPTED, MITIGATED, FALSE_POSITIVE --priorityNo Priority: LOW, MEDIUM, HIGH --descriptionNo Finding description --sourceNo Source of the finding --identified-onNo Date the finding was identified --root-causeNo Root cause analysis --corrective-actionNo Corrective action plan --owner-idNo Owner (user ID) --due-dateNo Due date for resolution --risk-idNo Linked risk ID --effectiveness-checkNo Effectiveness check details
prb finding list --organization ORG_ID
Flag Default Description --organization— Required. Organization ID--limit, -L30 Maximum number of results --order-byCREATED_ATSort field: CREATED_AT, REFERENCE_ID, IDENTIFIED_ON, DUE_DATE, STATUS, PRIORITY, KIND --order-directionDESCSort direction: ASC or DESC --kind— Filter by kind --json— Output as JSON
prb finding view FINDING_ID
Flag Description --output, -oOutput format
prb finding update FINDING_ID --status IN_PROGRESS --corrective-action " Implementing quarterly access reviews "
Flag Description --descriptionUpdated description --sourceUpdated source --identified-onUpdated identification date --root-causeUpdated root cause --corrective-actionUpdated corrective action --owner-idUpdated owner --due-dateUpdated due date --statusUpdated status --priorityUpdated priority --risk-idUpdated linked risk --effectiveness-checkUpdated effectiveness check
prb finding delete FINDING_ID