Docker deployment
Installation Steps:
Project Permissions Scan Related Permissions Repository Related Manage Permissions User Related Permissions Configure User Directories Administrative Permissions Additional Permissions Version Control Integration Repositories Management Groups Quality Gate Profile RE Setting Permission Users Management Access Token Notifications
Release date: 10, June 2024 What is new? Release scope: Upgrade paths: All versions from 1.8.5.0 can be upgraded to 1.9.25.0
Release date: 18, April 2024 What is new? Release scope: Upgrade paths: All versions from 1.8.5.0 can be upgraded to 1.9.24.0
Release date: 26, Dec 2023 What is new? Release scope: Upgrade paths: All versions from 1.8.5.0 can be upgraded to 1.9.22.0
Release date: 05, Dec 2023 What is new? Release scope: Available via docker and windows Installer only Upgrade paths: All versions from 1.8.4.0 can be upgraded to 1.9.21.1
Development history enables you to review your development activity and associated quality. Pull requests and commits are scanned and listed here. This can serve as an integral part of your code review process. Recommendation Engine (RE) is also integrated with the pull request scan so that you can prevent issues…
This configuration file contains the list of issues with its associated threshold values. Parameters such as path_exclusion, issues_exclusions and so on are mentioned in this JSON file. The company organization will decide about the strictness of this JSON file. For e.g. Company can set their own rules/standards and customize this…
Overview Gated Commit is an integration pattern that means the commit does not happens until a set of checks is passed against the code. It helps the developers to avoid breaking the code and prevents bad code from going into the integration branch. This should take place before committing changes…