carbon-governance
carbon-governance copied to clipboard
Add null check
Purpose
When the result contains a null resource path we get NPE and it's not handled. Either we should ignore the result or implement logic to handle the result with resourcePath == null. In this PR we are ignoring the result. Suggest if there is a better approach.