Configuring CI/CD Integration - Overview

Continuous Integration and Delivery is an essential tool to improve productivity of any development team. The CI/CD pipeline automates aspects of the software delivery process, typically including:

  • collecting new or updated code
  • compiling the code into object code and executable code
  • runs automated tests to confirm initial viability
  • installs the updated version of the software application

This automation reduces human error, sends notifications to the development team of any detected failures, and reduces the delay between revisions of the software being developed.

Acunetix can integrate with a number of CI/CD solutions; a new iteration in the software development cycle occurs (after a code commit, for example), the scanner can be triggered to search for vulnerabilities.

Acunetix can integrate with the following systems:

 

« Back to the Acunetix Support Page