Skip to content

devxp-tech/.github

Repository files navigation

.github

GitHub Template Repo

This repository store the DevXP-Tech workflow templates.

🚦 Pipeline Workflow

graph TD;
    main-->Setup-Environment;
    main--docker-compose-->Test-Application;
    main--code-quality-->SonarQube-Scan;    
    Setup-Environment-->Build-and-Push;
    Test-Application-->Build-and-Push;
    SonarQube-Scan-->Build-and-Push;    
    Build-and-Push--security-gateway-->Trivy-Scan;
    Trivy-Scan-->GitOps-Deploy;
    GitOps-Deploy--notify-->Slack;
Loading

feature tests

release build-and-push, deploy

hotfix tests , build-and-push, deploy

main promote

About

📄 GitHub Organizations Repo

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors