1

I followed the App Scan Doc to exclude node_modules directory when scanning a project but it doesn't work

AppScanConfig.xml

 <Configuration>
  <Targets>
    <Target path=".">
      <Include>*</Include>
      <Exclude>image/src/node_modules/</Exclude>
    </Target>
  </Targets>
</Configuration>

What am I missing in the configuration ?

ankitj
  • 335
  • 4
  • 13
  • You managed to solve that? Cause im also not able to exclude folders/files. – nisanarz Jul 22 '21 at 12:39
  • @nisanarz The support team told me you can only exclude folders that contain source code files not open source ones. In my case the scan will pick up node_modules folder even if it's excluded in AppScanConfig.xml because it consists of open source files. I wasn't totally satisfied with the answer but haven't done any further digging yet. – ankitj Jul 23 '21 at 02:48

0 Answers0