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

feat(NagPack)!: Rule name consistency and system simplification #465

Merged
merged 9 commits into from
Nov 17, 2021

Conversation

dontirun
Copy link
Collaborator

While functionality has not changed, this PR is flagged as breaking as it updates the various Config Rule related packs to have consistent rule names.

This PR simplifies the testing and rule creation system to make it easier to use rule across packs and to create new packs. Rule Ids are now comprised of a prefix (Pack Name) and suffix (Rule Name). Rules now have default names that can optionally be overwritten on a per-pack basis. This provides a more consistent experience for those who are using multiple packs for testing as the same rule will no longer have different suffixes across packs


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@dontirun dontirun changed the title refactor(NagPack)!: Rule name consistency and system simplification feat(NagPack)!: Rule name consistency and system simplification Nov 17, 2021
@dontirun dontirun merged commit 8d3d917 into main Nov 17, 2021
@dontirun dontirun deleted the refactor-rule-names-and-locations branch November 18, 2021 22:29
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

Successfully merging this pull request may close these issues.

1 participant