Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>KocSistem-ScannerTask
KocSistem-ScannerTask

KocSistem-ScannerTask

KocSistem-Ronesans

|
1 install
| (0) | Preview
A task to scan YAML files using Azure OpenAI.
This extension is now unpublished from Marketplace. You can choose to uninstall it.

Azure Pipelines Task Scanner

Scans an Azure DevOps pipeline YAML file for potential issues using Azure OpenAI.

For Classic & YAML Pipelines:

Include a task section in your Pipeline. Include OpenAI informations in your task inputs.

Using Azure Open AI Service

To integrate the Azure Open AI service, input the endpoint and API key details for Azure OpenAI. The endpoint should be formatted as: https://{XXXXXXXX}.openai.azure.com/openai/deployments/{MODEL_NAME}/chat/completions?api-version={API_VERSION}

Choosing OpenAI Models

If not utilizing Azure's Open AI Service, select from the available models: "gpt-4", "gpt-3.5-turbo", or "gpt-3.5-turbo-16k". By default, "gpt-3.5-turbo" is selected if no model is specified.

Installation and Usage

Install the extension

First, add the extension to your Azure DevOps organization by clicking "Get it free" and follow the steps for installation. You might need to allow the extension access to your Azure DevOps account.

Add the Task to Your Pipeline

Post-installation, include the task in your build pipeline by clicking the "+" icon, search for " Scan YAML for Issues", select, and add it.

Task Configuration

After adding the task, set it up by providing your OpenAI API key. Create an API key at https://platform.openai.com/account/api-keys.

Scanning YAML

The task scans when the build is triggered by one. It scans the YAML file and detects the potential issues in it and offers solution suggestions.

Compatibility

The task is compatible with Windows build agents.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft