mirror of
https://github.com/inspec/inspec
synced 2025-01-06 18:29:06 +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
|