An Azure DevOps Pipelines Task for Trivy, providing vulnerability scanning with an integrated UI.

This extension allows you to scan various targets for:
Get it free button.
azure-pipelines.yml:steps:
- task: trivy@2
inputs:
type: 'filesystem'
target: '.'
scanners: 'vuln,misconfig,secret'
[!Important] Docker integration is only fully supported on Linux agents. Windows agents have limited Docker support.
Check out the documentation for more details:
$ claude mcp add trivy-azure-pipelines-task \
-- python -m otcore.mcp_server <graph>