https://github.com/wakeward/pipeline-examples
CI/CD Pipeline Examples
https://github.com/wakeward/pipeline-examples
Last synced: about 1 month ago
JSON representation
CI/CD Pipeline Examples
- Host: GitHub
- URL: https://github.com/wakeward/pipeline-examples
- Owner: wakeward
- Created: 2025-03-18T19:41:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-08T21:00:56.000Z (6 months ago)
- Last Synced: 2026-02-09T02:45:11.087Z (6 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CI/CD Pipeline Examples
## Overview
This repository contains pipeline examples for the "Hacking CI/CD Pipelines" series.
Each CI/CD tool has its own folder with an example pipeline for:
1. Checking out the source code for the [golang demo API application](https://github.com/wakeward/demo-api-app)
2. Building the `demo-api-app`
3. Running the tests for the `demo-api-app`
4. Building the `demo-api-app` container image
5. Pushing the `demo-api-app` container image to [DockerHub](https://hub.docker.com/repository/docker/wakeward/demo-api-app/general)
Alongside this pipeline definition are examples for:
- Executing malicious code (reverse shell)
- Dumping any credentials used by the pipeline