Thomas Matrejek

Results 3 issues of Thomas Matrejek

### Background The `lib_exempt_container.rego` file is replicated in many different locations. 1. [general/containerlimits](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/general/containerlimits/lib_exempt_container.rego) 1. [general/containerrequests](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/general/containerrequests/lib_exempt_container.rego) 1. [general/containerresourceratios](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/general/containerresourceratios/lib_exempt_container.rego) 1. [general/containerresources](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/general/containerresources/lib_exempt_container.rego) 1. [general/disallowedtags](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/general/disallowedtags/lib_exempt_container.rego) 1. [general/imagedigests](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/general/imagedigests/lib_exempt_container.rego) 1. [pod-security-policy/allow-privilege-escalation](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/pod-security-policy/allow-privilege-escalation/lib_exempt_container.rego) 1. [pod-security-policy/apparmor](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/pod-security-policy/apparmor/lib_exempt_container.rego) 1. [pod-security-policy/capabilities](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/pod-security-policy/capabilities/lib_exempt_container.rego) 1....

good first issue
triaged

After creating a change set, a `List` is returned. Would it be possible to return the full `result` rather than just the changes? The `result` provides a much more detailed...

## **Issue: not enough documentation for arguments to pass into _cfnCreateChangeSet_** I'm trying to create a wrapper around the cfnCreateChangeSet but have had to spend quite a bit of time...