--- title: "Create A pull request" chapter: false weight: 16 pre: "<b>4.2 </b>" --- ### Create infrastructure with a pull request To see our new security controls in action, let's create a pull request to modify our development environment configuration!  In GitHub, on your fork of **KustomizeGoat**, navigate into the **kustomize** > **overlays** and **dev** directories:  Select on the **kustomization.yaml** file to open it in the GitHub web viewer, and select edit.  Let's make a simple change right now to trigger a build. Modify the name of the dev namespace.  Make sure to you select *Create a new branch for this commit* and propose the change.  This will automatically queue up a new pull request with your change included, on the next page, select *Create Pull Request*  The pull request will load, and you will immediately see Bridgecrew checks ready to scan the proposed infrastructure changes. \ 