GitLab Integration

After integrating Embold with GitLab, users can scan their code after every GitLab build pass. Users can also configure Embold modules (tools) using gamma_scansettings.json at the GitLab level.

0
Read More

Integration with CI/CD tools

Embold is integrated into the Software Development Life Cycle (SDLC), enabling the early detection of code issues, anti-patterns, etc. Embold scan can be automatically triggered after the source is built. Integration of Embold with CI/CD tools requires sign-in with the Embold Server deployed within the organization.

0
Read More

C++ Fuzzy Mode

If any included file is not found in the source directory, cxxparser will throw a warning message which contains the location of missing include. Accuracy of the parser can be improved by providing the path to the directories which contain the missing files.

0
Read More

C++ Strict Mode

In strict mode, CXXParser uses a compilation database to parse files. Compilation database contains actual compile commands and options used to compile source files in a project which helps CXXParser in accurate parsing. Compilation database can be generated using build tools such as cmake, make, waf, scons, etc.

0
Read More

Recommendation Engine

Software and Hardware requirements (Beta) Before proceeding with the installation, make sure that the following requirements are met:  Supported OS Platform: Ubuntu sever 16.04/ CentOs server 7.5 or above/RedHat server 7.5 or above  Minimum RAM required: 16 GB  Minimum storage required: 300 GB  Embold should be installed.  Docker Engine should be installed.   Embold RE is the component of the Embold platform…

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