Skip to content

Commit

Permalink
Update controls/SV-230342.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmetzger authored Jan 17, 2025
1 parent 288b02e commit 6456c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/SV-230342.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
tag cci: ['CCI-000044']
tag nist: ['AC-7 a']

only_if('This check applies to RHEL versions 8.0 and 8.1. If the system is RHEL version 8.2 or newer, this check is Not Applicable.', impact: 0.0) do
only_if('This check applies to RHEL versions 8.0, 8.1 and 8.2. If the system is RHEL version 8.3 or newer, this check is Not Applicable.', impact: 0.0) do
Gem::Version.new(os.release) <= Gem::Version.new('8.2')
end

Expand Down

0 comments on commit 6456c0e

Please sign in to comment.