Configure Plugin for YAML-Based Pipeline Projects

You can add a plugin as a task in YAML pipeline projects, and launch WAS scans. The steps for this scan differ slightly from the build or release pipeline.

Perform following steps to configure YAML pipeline:

  1. On the Microsoft Azure portal, navigate to the Organization and select the required project.
  2. Click Pipeline.
  3. Create a new Pipeline. 
  4. Select Azure Repo to store the pipeline YAML file.

    Select the Azure Repo.

  5. Select a repository from an existing list. 

    Select a repository from an existing list.

  6. If you have an existing YAML pipeline file, select the Existing Azure Pipeline YAML file and paste the generated configuration steps into it (for …). Else, select Starter Pipeline.

    Select Starter Pipeline.

  7. Type Qualys in the search bar.
  8. Select Scan Web Applications with Qualys WAS.
  9. Configure the Qualys WAS plugin.
    For more information, refer to Configure Plugin.
  10. Add the configuration steps generated by the plugin into the pipeline file. 

    Add the configuration steps.

  11. Click Save and run.