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:
- On the Microsoft Azure portal, navigate to the Organization and select the required project.
- Click Pipeline.
- Create a new Pipeline.
- Select Azure Repo to store the pipeline YAML file.
- Select a repository from an existing list.
- 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.
- Type Qualys in the search bar.
- Select Scan Web Applications with Qualys WAS.
- Configure the Qualys WAS plugin.
For more information, refer to Configure Plugin. - Add the configuration steps generated by the plugin into the pipeline file.
-
Click Save and run.