Azure / ShieldGuard

Enables best security practices for your project from day zero.
MIT License
8 stars 6 forks source link

feat: implement CI aware output #40

Closed bcho closed 1 year ago

bcho commented 1 year ago

This pull request refactors the Text presenter to:

  1. generating output like this:
image

In the new implementation, this presenter is aware of current CI environment. For local usage, it will simply print out plain text output like before.

  1. re-orgranize the output order: now we print out with this order: errors, warnings and exceptions