Applications of self-service reusable workflows
In this chapter, we explored the possibilities of using starter workflows that use reusable workflows for self-service adoption within our team. While our focus was on a webpack build solution, the potential applications extend far beyond this. When looking at it from a self-service perspective, there are numerous scenarios where reusable workflows prove invaluable, particularly when repositories require specific configurations that cannot be determined through a typical GitHub template repository setup.
Here are some additional examples of how self-service reusable workflows can be utilized effectively:
- Security tooling onboarding for SAST and SCA products: Incorporate reusable workflows to streamline the onboarding process for Static Application Security Testing (SAST) and Software Composition Analysis (SCA) products. These workflows can automatically integrate security scans and vulnerability checks specific to their language...