{"id":26145175,"url":"https://github.com/jadonharsh109/iac-master-actions","last_synced_at":"2025-04-14T02:44:59.604Z","repository":{"id":217300604,"uuid":"743518986","full_name":"jadonharsh109/IaC-Master-Actions","owner":"jadonharsh109","description":"This project is a comprehensive end-to-end CI/CD solution designed to streamline your development workflow across multiple environments. We leverage GitHub Actions to automate the entire process, ensuring efficient and reliable delivery of your applications","archived":false,"fork":false,"pushed_at":"2024-11-05T11:53:18.000Z","size":6397,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T16:50:27.253Z","etag":null,"topics":["actions","argocd","aws","cicd","docker","docker-compose","dockle","eks","gitops","sonarqube","terraform"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jadonharsh109.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-15T12:11:10.000Z","updated_at":"2024-11-05T11:53:19.000Z","dependencies_parsed_at":"2024-11-05T13:02:34.284Z","dependency_job_id":"b47855bc-ae22-476f-bd8b-c64506922640","html_url":"https://github.com/jadonharsh109/IaC-Master-Actions","commit_stats":null,"previous_names":["jadonharsh109/gitops-master-actions","jadonharsh109/iac-master-actions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadonharsh109%2FIaC-Master-Actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadonharsh109%2FIaC-Master-Actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadonharsh109%2FIaC-Master-Actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadonharsh109%2FIaC-Master-Actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jadonharsh109","download_url":"https://codeload.github.com/jadonharsh109/IaC-Master-Actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248812861,"owners_count":21165496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","argocd","aws","cicd","docker","docker-compose","dockle","eks","gitops","sonarqube","terraform"],"created_at":"2025-03-11T04:38:11.238Z","updated_at":"2025-04-14T02:44:59.575Z","avatar_url":"https://github.com/jadonharsh109.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# IaC Master Actions\n\n\nThis repository is designed to help you automate key stages in your software development workflow using GitHub Actions.\n\n## What You Will Learn\n\n- **Automated Workflows**: How to write CI/CD workflows with GitHub Actions.\n- **Environment Setup**: Setting up your development environment with Java, Docker, and Terraform.\n- **Code Analysis**: Using SonarQube to ensure your code quality.\n- **Docker Builds**: How to containerize your application using Docker.\n- **Security Scanning**: Checking Docker images for security vulnerabilities using Dockle.\n\n## Additional Features\n\n- **Docker Integration**: Configuration files for Docker and Docker Compose to run your application in containers.\n- **Kubernetes Support**: Manifest files for deploying your application on Kubernetes.\n\n## Pull Request (PR) Process\n\n- **Staging Server Creation**: When a PR is created, Terraform automatically begins the creation of a new staging server.\n- **URL Commenting**: Terraform posts a comment in the PR with the URL to the newly created staging website.\n- **Staging Server Cleanup**: Upon successful merge of the PR into the main branch, the staging server is taken down.\n\n## Deployment Stages\n\n- **Pre-Production**: After merging the PR into the main branch, the project enters the pre-production stage, getting ready for the final release.\n## GitHub Action Workflow\n\n[![](https://app.eraser.io/workspace/9rtTg2KRfxOuTHf0KGEG/preview?elements=3jhk6CvThYdnmBvDh1iByw\u0026type=embed)](https://app.eraser.io/workspace/9rtTg2KRfxOuTHf0KGEG?elements=3jhk6CvThYdnmBvDh1iByw)\n\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your Repository secrets.\n\n`DEPLOY_KEY` - SSH key to login EC2 instance\n\n`DOCKERHUB_TOKEN` Password for DockerHub Account\n\n`DOCKERHUB_USERNAME` Username of DockerHub Account\n\n`SONAR_HOST_URL` SonarQube Server URL\n\n`SONAR_TOKEN` Admin Access Token to access Sonar Projects\n\n`TF_API_TOKEN` Terraform Cloud API Access Token\n\n\n\n\n\n## Terraform Cloud Configuration\n\nConfigure your terraform cloud orgainization and workspace also setup *AWS Access_Key* and *AWS_Secret_Key* Edit terraform.tf files and change the below lines.\n\n```bash\nterraform {\n  cloud {\n    organization = \"jadonharsh\"\n\n    workspaces {\n      name = \"GitOps-Master-Actions\"\n    }\n  }\n}\n```\n\n## Tools \u0026 Technologies\n\n- **AWS**: Cloud platform for hosting and running services.\n- **Terraform**: Infrastructure as Code tool to create and manage cloud resources.\n- **Docker**: Container platform for packaging and distributing applications.\n- **GitHub Actions**: Automation of workflows to build, test, and deploy your applications.\n- **Kubernetes**: Container orchestration system for managing application deployment.\n- **SonarQube**: Code quality and security tool.\n- **Dockle**: Container image linter for security best practices.\n- **ArgoCD**: Declarative continuous deployment tool for Kubernetes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadonharsh109%2Fiac-master-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjadonharsh109%2Fiac-master-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadonharsh109%2Fiac-master-actions/lists"}