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

How to append rules, customTags? #427

Open
CarlSjoeholmMyob opened this issue Oct 28, 2024 · 0 comments
Open

How to append rules, customTags? #427

CarlSjoeholmMyob opened this issue Oct 28, 2024 · 0 comments

Comments

@CarlSjoeholmMyob
Copy link

"cfnLint.appendRules": [ { "customTags": ["xxxx:system", "xxxx:data-classification"], "rules": { "xxxx:system": { "type": "string", "pattern": "^[a-zA-Z0-9-:]+$", "maxLength": 50 }, "xxxx:data-classification": { "type": "string", "enum": ["public", "restricted", "general"] } }, } ]

This setting still alerts the linter of tagging errors:
image

How do I extend the rules to accept the format of the tags?

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