Running your pipeline
Follow the instructions in this section to run your end-to-end software delivery pipeline. This procedure has you playing multiple roles, as described in the overview section of this chapter.
In this section, you’ll perform the following steps to test your triggers for building and deploying:
- Update the code.
- Build the application and scan it for vulnerabilities.
- Merge the code and deploy the app to production.
Updating your code as a developer
In this section, you will act in the role of developer. You will create a new branch from the main repository, update the code, and open a pull request to submit your changes to the repository.
The following steps are based on a Code OSS-based Cloud Workstations instance. If you were already using one to complete the tasks in the previous section, you can continue as you were doing:
- If you haven’t already done so, click on Cloud Code - Sign in in the lower bar to sign...