microsoft / security-devops-azdevops

Microsoft Security DevOps extension for Azure DevOps.
MIT License
59 stars 14 forks source link

Stop logging issue when no Docker Events found #106

Closed larohra closed 3 months ago

larohra commented 3 months ago

Currently the MSDO task was logging a issue whenever no docker events were found to optimize the backend. This however was causing inadvertent warnings in the build pipeline of the customer, #103

image

This PR takes care of this issue by logging it as a detail instead of an issue.

larohra commented 3 months ago

No more warnings in build pipeline -

image