简体   繁体   English

从强化扫描中排除特定文件或文件类型

[英]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. 如何从强化扫描中排除特定文件或文件类型(例如config或xml)。

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"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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