From 76eb8a57b6f611da8699b02753a1fd540cf854e1 Mon Sep 17 00:00:00 2001 From: Anais Urlichs <33576047+AnaisUrlichs@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:02:52 +0100 Subject: [PATCH] docs: add buildkite repository to ecosystem page (#5316) Signed-off-by: AnaisUrlichs --- docs/ecosystem/cicd.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/ecosystem/cicd.md b/docs/ecosystem/cicd.md index 3040a2267747..301902cee68b 100644 --- a/docs/ecosystem/cicd.md +++ b/docs/ecosystem/cicd.md @@ -9,6 +9,13 @@ GitHub Action for integrating Trivy into your GitHub pipeline 👉 Get it at: +## Azure DevOps (Official) +[Azure Devops](https://azure.microsoft.com/en-us/products/devops/#overview) is Microsoft Azure cloud native CI/CD service. + +Trivy has a "Azure Devops Pipelines Task" for Trivy, that lets you easily introduce security scanning into your workflow, with an integrated Azure Devops UI. + +👉 Get it at: + ### trivy-action (Community) GitHub Action to scan vulnerability using Trivy. If vulnerabilities are found by Trivy, it creates a GitHub Issue. @@ -21,12 +28,11 @@ In this action, Trivy scans the dependency files such as package-lock.json and g 👉 Get it at: -## Azure DevOps (Official) -[Azure Devops](https://azure.microsoft.com/en-us/products/devops/#overview) is Microsoft Azure cloud native CI/CD service. +### Buildkite Plugin (Community) -Trivy has a "Azure Devops Pipelines Task" for Trivy, that lets you easily introduce security scanning into your workflow, with an integrated Azure Devops UI. +The trivy buildkite plugin provides a convenient mechanism for running the open-source trivy static analysis tool on your project. -👉 Get it at: +👉 Get it at: https://github.com/equinixmetal-buildkite/trivy-buildkite-plugin ## Semaphore (Community) [Semaphore](https://semaphoreci.com/) is a CI/CD service.