-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-release v3.0.0-B0203 #1835
Pre-release v3.0.0-B0203 #1835
Conversation
My apologies, @BernieWhite , you're correct. However, now that have imported the correct version I receive this: In the release notes it states:
After out commenting the: Input.File It can read the yaml option file successfully without errors. But It doesn't process any of the rules: I have attempted with the Input.FileObjects set to true, but this doesn't change anything. Any hints? |
Hi @lassehastrup. PSRule for Azure will be updated to support the new emitters interface but until PSRule v3 is released as stable, setting Are you able to share a other options either set via |
Hi @BernieWhite , Sure, this is the yaml file we're using:
I still haven't managed to process any rules with version: 3.0.0-B0203 Let me know if you need more test-data or information, and I will supply it right away. |
@lassehastrup Thanks. A quick one that I can see is the case for See: https://microsoft.github.io/PSRule/v3/concepts/PSRule/en-US/about_PSRule_Options/#inputfileobjects But I'll look at trying to reproducing that later today. |
@BernieWhite , appreciate it. That did the trick. Everything works as expected now, and the 'reason' is now outputted correct. Thank you very much, Bernie! |
PR Summary
What's changed since pre-release v3.0.0-B0198:
#1179
File
andDetect
input formats are no longer required and have been removed.Input.FileObjects
can be set totrue
to enable processing of files as objects with rules.#1826
startsWith
by @BernieWhite.#1818
#1627
PR Checklist