tomaustin700 / YAML-Pipeline-Validator-VS-Code-Extension

Azure DevOps YAML Pipeline Validator Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=TomAustin.azure-devops-yaml-pipeline-validator
2 stars 5 forks source link

What is the URL (https://yamlpipelinesvalidatordev.azurewebsites.net/api/validate) doing ? #17

Closed osho1278 closed 2 years ago

osho1278 commented 2 years ago

For security reasons a high level understanding is needed about the api.

https://yamlpipelinesvalidatordev.azurewebsites.net/api/validate

Please point to any GIT repo

tomaustin700 commented 2 years ago

Hi @osho1278, Please see Validate method in this file: https://github.com/tomaustin700/yamlpipelinesvalidator.dev/blob/master/Function/API/API/API.cs

Thanks