Skip to content

Commit

Permalink
update 142 inspec
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Apr 9, 2024
1 parent c5b398d commit fe9fb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mongo-inspec-profile/controls/SV-252142.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
its('stdout') { should be_empty }
end

describe command("find #{input('data_file_directory_path')} -type f -not -perm #{input('mongo_permissions')}") do
describe command("find #{input('data_file_directory_path')} -not -perm #{input('mongo_permissions')}") do
its('stdout') { should be_empty }
end

Expand Down

0 comments on commit fe9fb22

Please sign in to comment.