oxsecurity / megalinter

🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.
https://ox.security
GNU Affero General Public License v3.0
1.97k stars 238 forks source link

Add to installation docs for Azure Pipelines #4146

Closed lukelloydagi closed 1 month ago

lukelloydagi commented 1 month ago

Is your feature request related to a problem? Please describe. Once #4132 is fixed shall I update the installation docs for Azure Pipelines detailing a YAML pipeline that can be used to lint all code repositories?

Describe the solution you'd like In Azure DevOps (ADO) instead of having a build pipeline for each code repo with MegaLinter running you can have a single MegaLinter build pipeline that is ran when a PR is raised under any other code repo.

nvuillam commented 1 month ago

@lukelloydagi if such use case is useful for for it can probably be to others, so yes an additional section in the doc would be nice , thanks :)