Other Settings

Suppression and Group Placeholder Text Purpose:The placeholder text is designed to guide users in providing consistent and meaningful information when documenting suppressions. This ensures clarity and maintains high-quality documentation. Placeholder Text for Suppression Descriptions Suppression and Group Disallow Tags Purpose:Disallow tags help maintain organizational standards by restricting the usage of…

0
Read More

Follow the steps below to import and configure certificates for an on-premise setup. Step 1: Map the Certificates Directory in the Docker Command Update the Docker command to map the directory containing the certificates to the required path in the container. Use the following example as a reference: /home/ubuntu//certs:/opt/gamma/certs Step…

0
Read More

Upgrade existing setup

Execute the following steps if you are existing Embold docker version is lower than 1.9.26.0.Important: RDBMS (Postgres) has been separated from Docker. You can connect to your own RDBMS. Ensure that the Postgres version is >= 13. Step 1: Backup using Postgres 16 Step 2: Restore the Database. You can…

0
Read More

New setup

Create the necessary directories and set the appropriate permissions using the following commands You can either connect to an external PostgreSQL database or use a PostgreSQL Docker container as specified below. Option 1: Using Docker compose. If using an external PostgreSQL, skip the db service and configure the database settings…

0
Read More

Proxy Settings

Setup below env variables on system to use proxy :EMB_PROXY_HOSTEMB_PROXY_PORT EMB_PROXY_USERNAME EMB_PROXY_PASSWORD Or HTTP_PROXYHTTPS_PROXY To exclude from proxy please set below environment variable: no_proxy or NO_PROXY To exclude multiple servers from proxy use ‘|’ or ‘,’ seperator in no proxy with double quote.for e.g- no_proxy=“http://localhost:3000|http://3.72.41.7:3128” or no_proxy=“http://localhost:3000,http://3.72.41.7:3128”

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

Install Jshint

Note: Jshint (Optional – Only if you are enabling in Embold server) Execute command from cmd/terminal – npm install -g jshint@2.9.5 –save-dev # or yarn add jshint@2.9.5 –dev

0
Read More