Skip to content

Commit

Permalink
docs: add buildkite repository to ecosystem page (#5316)
Browse files Browse the repository at this point in the history
Signed-off-by: AnaisUrlichs <[email protected]>
  • Loading branch information
AnaisUrlichs authored Oct 3, 2023
1 parent 6c74ee1 commit 76eb8a5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/ecosystem/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ GitHub Action for integrating Trivy into your GitHub pipeline

👉 Get it at: <https://github.com/aquasecurity/trivy-action>

## 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: <https://github.com/aquasecurity/trivy-azure-pipelines-task>

### trivy-action (Community)

GitHub Action to scan vulnerability using Trivy. If vulnerabilities are found by Trivy, it creates a GitHub Issue.
Expand All @@ -21,12 +28,11 @@ In this action, Trivy scans the dependency files such as package-lock.json and g

👉 Get it at: <https://github.com/marketplace/actions/trivy-github-issues>

## 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: <https://github.com/aquasecurity/trivy-azure-pipelines-task>
👉 Get it at: https://github.com/equinixmetal-buildkite/trivy-buildkite-plugin

## Semaphore (Community)
[Semaphore](https://semaphoreci.com/) is a CI/CD service.
Expand Down

0 comments on commit 76eb8a5

Please sign in to comment.