简体   繁体   中英

Exclude a specific file or file type from fortify scan

How to exclude a specific file or file type (like config or xml) from fortify scan.

Appreciated your response.

Regards
Abdul

You can use the "**" parameter to do recursion into subdirectories. So use:

 -exclude "**\*.xml"

in your translation phase, for example:

sourceanalyzer -b BUILDID ./ -exclude "**\*.xml"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM