Scans & Snapshots

Unit Test for C/CPP

Embold allows users to include Google Test (GTest) results as part of the analysis for C/C++ projects. However, Embold itself does not execute tests or generate test reports. To integrate test results, user must first run GTest and generate a report using a supported format(XML). Once the report is available,…

0
Read More

Coverage for Python

Embold enables users to include coverage data as part of the analysis for Python projects. However, Embold itself does not generate coverage reports. To incorporate coverage information, users must first use a third-party tool to create the coverage report. Once the report is ready, users need to configure Embold to…

0
Read More

Coverage for Java

Embold enables users to include coverage data as part of the analysis for Java projects. However, Embold itself does not generate coverage reports. To incorporate coverage information, users must first use a third-party tool to create the coverage report. Once the report is ready, users need to configure Embold to…

0
Read More

Coverage for Javascript

Embold enables users to include coverage data as part of the analysis for Javascript projects. However, Embold itself does not generate coverage reports. To incorporate coverage information, users must first use a third-party tool to create the coverage report. Once the report is ready, users need to configure Embold to…

0
Read More

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.Note: The repository type must be set to remote UI Instructions: To view and…

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

Overwrite default Scan Configuration

This section helps to understand how you can overwrite your scan configuration using a checked in file. Default Configuration Settings You can download default configuration settings from: Update configuration settings using embold.json To update the configuration settings, Update scan configurations from UI

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