-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tolerance defaults to be nil if not specified (#154)
* Set tolerance setting to nil unless specified, ignore any disabled/remediation if nil * Change logic to account for zero case * Add rescue * Add changelog and version bump * Dates are hard --------- Co-authored-by: Garrett Adams <[email protected]>
- Loading branch information
1 parent
c9d57d7
commit 1ed5a7e
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
* Tue Mar 14 2023 Garrett Adams <[email protected]> - 3.3.1 | ||
- Change enforcement tolerance to be nil if not specified, by default. | ||
nil will ignore any remediation/disabled checks. | ||
|
||
* Thu Feb 16 2023 Garrett Adams <[email protected]> - 3.3.0 | ||
- Add tolerance as hiera lookup. Confine checks that can be enforced | ||
based on the tolerance setting. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters