Skip to content
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

Adding rules directories not working #538

Open
justin-masse opened this issue Oct 18, 2024 · 0 comments
Open

Adding rules directories not working #538

justin-masse opened this issue Oct 18, 2024 · 0 comments

Comments

@justin-masse
Copy link

Hello,

Where am I supposed to store the "rules" folder with my .guard files? I have it next to my construct that is instantiating :

policyValidationBeta1: [
        new CfnGuardValidator({
          controlTowerRulesEnabled: false,
          rules: ['./guards'],
        }),
      ],

The guards folder is there and contains a single .guard file for now but during synth the folder is not found?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant