This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Automatically delete existing rules on allero validate
#102
Labels
allero validate
#102
Is your feature request related to a problem? Please describe.
When running
allero validate
it ignores rules compiled in the binary if same rule exists in the filesystem. This makes it tough to further enhance the cli capabilities since every change to the existing set of rules forces the user to manually delete the ones already exist in their filesystemDescribe the solution you'd like
Per
UniqueId
of each rule: override the existing rulesDescribe alternatives you've considered
Manually deleting the existing rules
Additional context
We need to make sure not to delete any custom rules
The text was updated successfully, but these errors were encountered: