inspec/test/integration/verify/controls/aws_iam_access_key.rb

4 lines
107 B
Ruby
Raw Normal View History

describe aws_iam_access_key(username: 'not-a-user', 'id': 'not-an-id') do
it { should_not exist }
end