All custom posts are not showing up

What you need to do is , first create a the CPT.
Once the CPT with scholarship is created then create your custom taxonomy i.e scholarship which will be hierarchal.

So when you will add your custom taxonomy as scholarship, then in the 2nd argument please provide the slug of your CPT ie. “scholarship”.

register_taxonomy( 'scholarship', 'scholarship', $args );

Hope this helps