-
Notifications
You must be signed in to change notification settings - Fork 248
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
Marking items un-satisfied #77
Comments
@dylanz I opened a PR that would default newly initialized compliance projects to show controls as un-satisfied. Just as a heads up in case my PR doesn't land in comply or you want to manually un-satisfy controls you can simply comment out the For example, instead of this:
Comment out the
This will ensure comply doesn't register these criteria as satisfied. Once the policy is implemented you can uncomment the |
@joepurdy Boom! This is fantastic. Thanks for the PR and the heads up! |
@dylanz just a heads up. I closed #79 in favor of an alternate approach in #85. Basically I think since this mainly impacts new users that are still implementing the default template policies it's better to just make those default templates generate with the And by making the change to the default templates it only impacts newly generated Comply programs. Had we merged #79 it would have led to a breaking change release where projects that weren't using the new Just wanted to give you a heads up in case you ended up using a forked version of Comply based off my original PR that added the |
I'm just starting here, and after initializing the project, I want to mark all items unsatisfied until I've had a chance to go through them all. I see there's a .Satisfied that determines if it is or not, but I can't tell for the life of me how to set that true or not. I guess my questions are:
The text was updated successfully, but these errors were encountered: