debricked / cli

Debricked's command line interface. It brings open source security, compliance and health to your project via the command prompt.
MIT License
19 stars 8 forks source link

Output to standard error stream even on zero issues #242

Open Mhbuur opened 2 weeks ago

Mhbuur commented 2 weeks ago

I'm using the Azure DevOps pipeline integration: https://github.com/debricked/cli/blob/main/examples/templates/Azure/azure-pipelines.yml

I added to the yaml definition that the task should fail on std error, hoping to catch issues this way: image

It seems that there is output to routed to stderr instead of stdout, which obviously now causes my pipeline to fail, but without any real reason: image

Could you change the output type?

For the record there are no issues in my project: image

sweoggy commented 2 weeks ago

Thanks, we will look into it!