Skip to content

Commit

Permalink
quick formatting fix to prevent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DMedina6 committed Nov 6, 2024
1 parent 82ca95b commit 7100d87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions controls/V-92979.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
tag 'fix_id': 'F-99225r1_fix'
tag 'cci': ["CCI-000018", "CCI-000172", "CCI-001403", "CCI-001404",
"CCI-001405", "CCI-002130"]
tag 'nist': ["AC-2 (4)", "AU-12 c", "AC-2 (4)", "AC-2 (4)", "AC-2 (4)", "AC-2
(4)", "Rev_4"]
tag 'nist': ["AC-2 (4)", "AU-12 c", "AC-2 (4)", "AC-2 (4)", "AC-2 (4)", "AC-2(4)", "Rev_4"]

describe.one do
describe audit_policy do
Expand Down
3 changes: 1 addition & 2 deletions controls/V-92981.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
tag 'fix_id': 'F-99227r1_fix'
tag 'cci': ["CCI-000018", "CCI-000172", "CCI-001403", "CCI-001404",
"CCI-001405", "CCI-002130"]
tag 'nist': ["AC-2 (4)", "AU-12 c", "AC-2 (4)", "AC-2 (4)", "AC-2 (4)", "AC-2
(4)", "Rev_4"]
tag 'nist': ["AC-2 (4)", "AU-12 c", "AC-2 (4)", "AC-2 (4)", "AC-2 (4)", "AC-2(4)", "Rev_4"]

describe.one do
describe audit_policy do
Expand Down
3 changes: 1 addition & 2 deletions controls/V-92983.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
tag 'fix_id': 'F-99229r1_fix'
tag 'cci': ["CCI-000018", "CCI-000172", "CCI-001403", "CCI-001404",
"CCI-001405", "CCI-002130"]
tag 'nist': ["AC-2 (4)", "AU-12 c", "AC-2 (4)", "AC-2 (4)", "AC-2 (4)", "AC-2
(4)", "Rev_4"]
tag 'nist': ["AC-2 (4)", "AU-12 c", "AC-2 (4)", "AC-2 (4)", "AC-2 (4)", "AC-2(4)", "Rev_4"]

describe.one do
describe audit_policy do
Expand Down
3 changes: 1 addition & 2 deletions controls/V-92989.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
tag 'fix_id': 'F-99231r1_fix'
tag 'cci': %w(CCI-000018 CCI-000172 CCI-001403 CCI-001404
CCI-001405 CCI-002130)
tag 'nist': ['AC-2 (4)', 'AU-12 c', 'AC-2 (4)', 'AC-2 (4)', 'AC-2 (4)', "AC-2
(4)", 'Rev_4']
tag 'nist': ['AC-2 (4)', 'AU-12 c', 'AC-2 (4)', 'AC-2 (4)', 'AC-2 (4)', "AC-2(4)", 'Rev_4']

domain_role = command('wmic computersystem get domainrole | Findstr /v DomainRole').stdout.strip
case domain_role
Expand Down

0 comments on commit 7100d87

Please sign in to comment.