CI/CD and Build Security TryHackMe Writeup | THM Walkthrough

Angie
8 min readJul 16, 2024
Screenshot by Angie (THM CI/CD and Build Security Room)

Hello everyone! In today’s post, I will walk you through TryHackMe’s CI/CD and Build Security room. This is part of the DevSecOps learning path. I will also note that this is a paid room. Let’s begin!

What is CI/CD and Build Security?

Photo by Steinar Engeland on Unsplash

What element of a CI/CD pipeline coordinates and manages the automation of build and deployment environments?

Flag: build orchestrator

  • The build orchestrator is an essential component of a CI/CD pipeline. It manages the automation of build and deployment environments, ensuring that all steps in the pipeline are executed properly, with correct resource allocation and error handling.
  • This helps to facilitate smooth and efficient continuous integration and deployment processes.

What element of a CI/CD pipeline builds, tests, and packages code?

Flag: build agents

  • Build agents play a crucial role in a CI/CD pipeline by managing tasks such as building, testing, and packaging code. They are important because they carry out the actual work of compiling…

--

--

Angie
Angie

Written by Angie

Lifelong Learner. Blogger. Polyglot (ENG/KOR/ESP). Lifestyle + Tech. Also the Creator of #Infosecversity.

Responses (1)