source CloudDiscoveryConnector changes
since CloudDiscoveryConnector will pull all the assets across the cloud products, this fix basically remove non-aws assets
While this may work, I think a couple of additional client-side checks need to happen to ensure that only AWS assets get fed in. Likely along the lines of simply checking to see if there is any aws attributes set.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
While this may work, I think a couple of additional client-side checks need to happen to ensure that only AWS assets get fed in. Likely along the lines of simply checking to see if there is any aws attributes set.
I have added check to only process assets which has any of the aws field is set
@SteveMcGrath can you please review and do let me know if those checks looks fine.