BrowserStack Code Quality Jira Plugin

Analyze the code quality of your Jira feature with issues added and fixed for a commit immediately.  BrowserStack Code Quality Summary on Jira ticket BrowserStack Code Quality summary brings source code quality reporting right inside Jira. Monitor the code quality of your feature at ticket level.  Commit History on BrowserStack Code Quality…

0
Read More

Commit workflow

This feature is currently available only for enterprise customers. You can now use Embold to review commits made on your GitHub and Bitbucket repositories. When code is committed, Embold scans the changed files and reports Vulnerabilities, code issues and anti-patterns on Embold UI. Thus facilitating a more effective and easier…

0
Read More

Proxy Settings

We have added a proxy setting in the VSCode extension.Add the following environment variables if you are using any custom proxy settings. 1.EMB_PROXY_HOSTE.g. 192.168.1.127 2.EMB_PROXY_PORTE.g. 3128 3.EMB_PROXY_USERNAME (Optional)4.EMB_PROXY_PASSWORD (Optional)

0
Read More

SAML

SAML (Security Assertion Markup Language) is mainly used for authentication purposes. Tested on : Okta and OneLogin How to go to SSO Settings? Navigate to the SSO tab in the administration section. SSO Settings page will be displayed that contains a list of providers. Currently, this SSO is only available…

0
Read More

Install Cppcheck

You have to install cppcheck (Version 2..4.1) manually on your machine. Installation on Windows Go to ‘https://sourceforge.net/projects/cppcheck/files/cppcheck/2.4/cppcheck-2.4.1-x64-Setup.msi/download‘. Open downloaded .msi file. Install Cppcheck. Check version on cmd: cppcheck –version. Installation on Linux Execute commands on the terminal: git clone –branch 2.4.x https://github.com/danmar/cppcheck.git /cppcheck mkdir /cppcheck/build cd /cppcheck/build cmake .. cmake…

0
Read More

Analysis of output

After scan completion, analysis results will be displayed on the “PROBLEMS” view. Show Description option is available on a quick fix. For metric violation – a quick fix will redirect to the documentation page. For Design Issue – It will show a new tab for insights with an animated progress…

0
Read More