Azure / appcat-rulesets

Repository for maintaining Rulesets for Windup
Eclipse Public License 2.0
6 stars 8 forks source link

Trying out rules-overridden-azure #47

Closed agoncal closed 1 year ago

agoncal commented 1 year ago

@mrizzi I think I've managed to have the right directory structure. Now the rules under rules-overridden-azure are taken into account.

The issue I have is that when I had <overrideRules>true</overrideRules> to my rule, then the test fail. If I remove it, then it succeeds. And that's because my test checks for <hint-exists message="PostgreSQL database found"/> but in the generated report, I can see that there is no message.

Could you have a look and see what I am doing wrong?

agoncal commented 1 year ago

Fixed with https://github.com/windup/windup-rulesets/pull/987