Integrate Acunetix 360 with Azure Pipelines

Azure Devops is a web-based DevOps manager that provides CI/CD pipeline features called Azure Pipelines.

You can integrate Acunetix 360 with Azure Pipelines using cURL or PowerShell scripts generated by our Integration Script Generator, in order to enable our advanced integration functionality.

Generating and Using Acunetix 360’s Azure Integration Scripts

Acunetix 360 uses cURL and PowerShell command-line tools to integrate with Azure Pipelines. In order to integrate with Acunetix 360, the Pipeline agent’s execution environment must support cURL or PowerShell.

if_Gnome-Dialog-Information-64_55568.png

Information

These instructions are based on PowerShell, but the same applies for cURL.

How to Generate Acunetix 360's Azure Pipelines Integration Scripts
  1. Log in to Acunetix 360.
  2. From the sidebar, click Integrations, then New Integration.

  1. From the Continuous Integration Systems section, click Azure DevOps. The New Azure DevOps Integration page is displayed.

  1. In the Scan Type field, select an option.
  2. From the Target dropdown, select an option.
  3. From the Scan Profile dropdown, select an option. (This is not displayed if you select Full (With primary profile as the Scan Type.) 

  1. In the PowerShell field, click Copy to clipboard to copy the PowerShell script. You will then paste this into the file described in Step 6 in How to Use Acunetix 360’s Azure Pipeline Integration Script.
How to Use Acunetix 360's Azure Pipeline Integration Script
  1. Log in to your Azure DevOps account.
  2. Navigate to the Project page.

  1. Click Pipelines, then select a Pipeline
  2. Click Edit.

  1. Add PowerShell Task to the pipeline.
  2. Add the PowerShell script copied from the Integration Script Generator. (See How to Generate Acunetix 360’s Azure Pipelines Integration Scripts.)

  1. Click Variables. Add your Acunetix 360 API credentials as ACUNETIXUSERID and ACUNETIXAPITOKEN variables.

  1. From the Save & Queue dropdown, click Save.

 

« Back to the Acunetix Support Page