mirror of
https://github.com/inspec/inspec
synced 2024-12-22 02:53:13 +00:00
4 lines
118 B
Ruby
4 lines
118 B
Ruby
|
describe aws_iam_users.where(has_console_password?: true).where(has_mfa_enabled?: false) do
|
||
|
it { should exist }
|
||
|
end
|