Welcome to the DevSecOps Course Repository. This repository contains all the materials and topics covered in the DevSecOps course on Udemy. Below you will find a list of topics, each with its own folder and detailed README.md file.
- DevSecOps
- Organization & Projects
- Linux Fundamentals
- Docker
- Terraform
- Jenkins
- Testing, Tooling and Principles
- YAML
This repository is designed to help you understand and implement DevSecOps practices effectively. Each topic is covered in its own directory with detailed explanations, examples, and hands-on exercises.
Feel free to contribute by submitting issues or pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request