lucas.ferreira likes this.
  • skottapu001085 (Community Member)

    How to exclude dist/*.js and Node_modules from veracode scan, where should i add these files path to exclude in angular

     

  • hello @skottapu001085 (Community Member)​ 

     

    you can use docker images veracode/api-wrapper-java // veracode/pipeline-scan that has ZIP CLI installed or use the ZIP CLI on your environment. When you will packaging your app to upload and scan, simply put only the archive extensions that SAST will scan.

     

    Example: zip -r upload.zip -i '*.js' '*.html' '*.ts'

     

    After you can use the upload.zip to scan

    Expand Post

Topics (3)

No articles found
Loading

Ask the Community

Get answers, share a use case, discuss your favorite features, or get input from the community.