vmware-tanzu / cloud-suitability-analyzer

Automated, rule based source code scanning to determine cloud suitability
Other
77 stars 34 forks source link

Rule Profiles #145

Closed scarbonell-vmware closed 1 year ago

scarbonell-vmware commented 1 year ago

This feature provides a way to only pick up rules for specific profiles. Profiles could be: Cloud Suitability, .NetCore Portability, Migration to TAS...A rule can have also multiple profiles.

profiles: 
  - value: cloud-suitability

or

profiles: 
  - value: net-core

When CSA is run with a profile selection, only the rules meeting that profile requirement will be picked up and used for the scan

**./csa --profiles=cloud-suitability,net-core**