SAMMY UI is optimized for resolutions with a width 1024px and higher.
Maturity Level 1
Maturity Level 2
Maturity Level 3
Maturity Level 5
Defined build process
B-SB-1-1: Defined build process
  • Show your build pipeline and an exemplary job (build + test).
  • Show that every team member has access.
  • Show that failed jobs are fixed. Credits: AppSecure-nrw [Security Belts](https://github.com/AppSecure-nrw/security-belts/)
Description

A build process include more than just compiling your source code. It also includes steps such as managing (third party) dependencies, environment configuration, running the unit tests, etc. A defined build process has automated these steps to ensure consistency. This can be done with a Jenkinsfile, Maven, or similar tools.

Risk: Performing builds without a defined process is error prone; for example, as a result of incorrect security related configuration.