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
@siddolo
siddolo / proxmox-ubuntu-cloudinit-template.md
Last active August 27, 2025 07:28
Ubuntu 24.04 VM Template for Proxmox with CloudInit

Ubuntu 24.04 VM Template for Proxmox with CloudInit

wget -q https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img

# Feel free to change the 32G to whatever you want as root disk size
qemu-img resize noble-server-cloudimg-amd64.img 32

# VGA can be serial, qxl or virtio, do not specify --vga for default
qm create 9001 --name "template.ubuntu-server-2404-cloudinit" --ostype l26 \
@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