VSCode Plugin

Embold VSCode extension uncovers potential code issues, vulnerabilities, metrics, and hard-to-detect anti-patterns that make your code difficult to maintain and can lead to error-prone solutions. The extension currently supports C/ C++, Java, JavaScript, and Typescript.

0
Read More

Memory settings

Whenever you want to scan a large repository (above 2 Millions lines of code) remember you need these memory settings. Before you run such scan make sure to tweak few environment values such as -m and ANALYSER_XMX. Note that, such values may not be known upfront when the docker run…

0
Read More

Scanning options

Embold supports 2 scanning options to scan the files in IntelliJ. They are as below: Scan a single file Embold will automatically scan the file when a change is triggered in the file. Scan all files with Embold

0
Read More

AutoDoc

Overview License Agreement for Embold service The user needs to accept the terms of service by clicking on the “Accept” button. How to generate the Embold AutoDoc? AutoDoc can be generated using 3 ways: A. Follow the below steps: 4. All set now! Embold will generate Java docs for you.…

0
Read More

Embold Remote Scan Docker deployment

Basic Setup: In this mode, the scan happens on another machine (e.g. a build machine) and results are published to the Embold Server. In this case, you need to download the Embold Analyser component on the build machine and also enable the data port (5432) on the Embold Server to…

0
Read More

Backup & restore on Docker

This will include the information on backup and restoration of BrowserStack Code Quality data for docker setup. Below are the 2 scenarios Follow the steps based on source and destination platforms. Docker : backup & restore on same machine: Suppose you have used below command for execution of docker NOTE…

0
Read More

About LOC Limit

If LOC limit of your self-managed license is consumed (or exceeded) over the purchased license limit then either Delete a existing repository to obtain required LOC (for scanning new repository) or upgrade your self-managed license for that kindly contact us. Note that, we consider ELOC while calculating the LOC limit.…

0
Read More

Download docker image from Embold release

Download the docker-compose image and docker image from your Embold Account’s section > Releases tab > Docker > compose. There will be one .yml file with a name similar to the following: ‘docker-compose.yml’. and few .gz files with the pattern similar to the following: embold_X.X.X.X.tar.gz from which Docker images can be pulled.

0
Read More