Remote Scan Pipeline Script

This documentation provides step-by-step instructions on how to perform a remote scan using a shell script within a UI pipeline. The user only needs to replace their token, URL, and repository UID to scan a remote repository. UI Instructions: To view and copy the pipeline script: Important Arguments:

0
Read More

Dashboard Management

Dashboard Management involves selecting files/modules for focused tracking, editing to modify content, renaming for clarity, resetting to clear settings, deleting to remove entirely, setting privacy preferences, customizing widget views, and maintaining an active dashboard for seamless navigation. Selecting Files/Modules for Dashboards Choose specific files or modules to customize the content…

0
Read More

Optimize Scanning Performance with Multi-Threaded Execution

Enhance the analysis process by running the application in multi-threaded mode for faster results. Ensure your system configuration includes an adequate number of processes to support multi-threaded execution. Run the Analyzer in Multi-Threaded Mode : By default, the analyzer operates with four threads. For further customisation, set the EMB_ANALYSER_THREADS environment…

0
Read More

Custom extensions for C & C++

This section covers how BrowserStack Code Quality supports custom extensions for C and C++ languages. UI Scan On UI, custom extensions can be specified with Additional Options field of scan configuration page as shown below: The flag for supplying C extension is “–xc“ and for CPP is “–xcpp“.User can provide…

0
Read More

Code Quality through docker

Use -e to pass environment variable or –env-file to provide file of environment variables.e.g. with -e option With –env-file option,Use –env-file=env.list to read a file of environment variables. env.list file looks like this:

0
Read More