Skip to content

Commit

Permalink
Merge pull request #9 from mitre/addInputSv-230254
Browse files Browse the repository at this point in the history
Add Input for SV-230254
  • Loading branch information
em-c-rod authored Mar 19, 2024
2 parents 2ac8d4f + fb67b79 commit 1a5d916
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controls/SV-230254.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@

describe 'System-wide crypto policy' do
subject { command('update-crypto-policies --show').stdout.strip }
it { should eq 'FIPS' }
it { should eq input('system_wide_crypto_policy') }
end
end
6 changes: 6 additions & 0 deletions inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ inputs:
type: Boolean
value: false

# SV-230254
- name: system_wide_crypto_policy
description: The system wide crypto policy
type: String
value: 'FIPS'

# SV-230368
- name: min_reuse_generations
description: Number of reuse generations
Expand Down

0 comments on commit 1a5d916

Please sign in to comment.