Skip to content

Instantly share code, notes, and snippets.

View ettoreciarcia's full-sized avatar
:octocat:
Indenting YAML

Ettore Ciarcia ettoreciarcia

:octocat:
Indenting YAML
View GitHub Profile
@thelicato
thelicato / gitlab_security_pipeline_demo.md
Last active March 31, 2025 09:44
GitLab Security Pipeline

GitLab Security Pipeline Demo

This READMEexplains the whole process, from start to finish, on how to setup a custom Security Pipeline using GitLab. The starting point is a an already vulnerable application, for this example https://github.com/appsecco/dvna will be used.

The repo is cloned and pushed as-is in a new GitLab Project (empty). The first thing to do is enable a runner for our pipeline, this can be done in the Settings -> CI/CD section of the project

Table of Contents

  1. Add default SAST
  2. Customize Stages