Replies: 2 comments 2 replies
-
@Gordonby Makes sense should be fine. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is scheduled for v1.11.0. #1129 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having the ability to run baselines for different rulessets is great. However I have the situation where
A way to deal with this could be to run PSRule twice in my pipeline.
The first step uses a GA baseline, and the step will fail if there any errors in PSRule.
The seconds step uses a Preview baseline, and the step will be set to continue on failure.
This accomplishes what I require, but is not efficient because I'm retesting the same GA rules twice.
I almost want a baseline that is "Just preview rules", or a way of easily taking two baselines and substracting the delta between them and then just running those rules.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions