Azure / appcat-rulesets

Repository for maintaining Rulesets for Windup
Eclipse Public License 2.0
5 stars 7 forks source link

Document some important AppCAT CLI options #166

Closed agoncal closed 4 months ago

agoncal commented 8 months ago

Executing ./appcat-cli --help give the user a list of options when doing the static code analysis. Some options are quite important and would benefit some documentation and sample on https://learn.microsoft.com/en-us/azure/developer/java/migration/appcat.

We could also add a new script under samples that would run an assessment on only certain packages and inputs

--excludePackages
--excludeTags
--input
agoncal commented 4 months ago

Done