Run custom rule without PSRule modules #1553
Unanswered
Deleted user (ghost)
asked this question in
Q&A
Replies: 1 comment 3 replies
|
@jegadeesan-ponnusamy Thanks for the question. Yes you can run PSRule without additional modules such as This is because support for ARM template and Bicep files is included in this module. |
3 replies
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.
Hi, I am trying to run the custom rule for the timebeing without using PSRule modules like PSRule.Rules.Azure, PSRule.Rules.CAF etc. Is it possible to do that through ps-rule-asset@2 task? When I include default modules, I could see that my custom rule is getting triggered. But when I remove those modules, the custom rule is not getting triggered. I am using the below binding configuration to use Type parameter.
Configure binding options
binding:
targetType:
All reactions