https://github.com/atkaridarshan04/devsecops-cicd-pipeline
Implementing CI/CD pipeline using GitHub Actions and GitLab CI/CD with DevSecOps princliples.
https://github.com/atkaridarshan04/devsecops-cicd-pipeline
cicd devsecops-pipeline github-actions gitlab gitlab-ci spring-boot
Last synced: 12 months ago
JSON representation
Implementing CI/CD pipeline using GitHub Actions and GitLab CI/CD with DevSecOps princliples.
- Host: GitHub
- URL: https://github.com/atkaridarshan04/devsecops-cicd-pipeline
- Owner: atkaridarshan04
- License: mit
- Created: 2024-12-22T19:12:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T07:23:45.000Z (about 1 year ago)
- Last Synced: 2025-06-14T07:25:34.394Z (about 1 year ago)
- Topics: cicd, devsecops-pipeline, github-actions, gitlab, gitlab-ci, spring-boot
- Language: HTML
- Homepage: https://hub.docker.com/r/atkaridarshan04/boardgame-cicd/tags
- Size: 4.28 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Implementing CI/CD Pipeline
This repo covers the implementation of both GitLab CI/CD and GitHub Actions CI/CD pipelines. The pipelines are configured with the following tools and technologies:
## Features
- **Maven** for build automation
- **Trivy** for security scanning
- **SonarQube** for code quality analysis
- **Docker** for containerization
- **Kubernetes (K8s)** for deployment
- **Self-hosted Runner** for executing jobs
## Project Architecture

## Documentation
📌 Explore detailed documentation for setting up and configuring both GitLab CI/CD and GitHub Actions CI/CD.
### 🚀 **GitLab CI/CD**
Guide on implementing GitLab CI/CD.
📖 [Read the GitLab CI/CD Guide](./docs/gitlab-cicd.md)
### âš¡ **GitHub Actions CI/CD**
Guide on implementing GitHub Actions CI/CD.
📖 [Read the GitHub Actions CI/CD Guide](./docs/github-actions-cicd.md)
---