Third CI/CD tool which I created CI/CD project is GitHub Actions. My project I builed in my Github repo https://github.com/andsidor/Complete_CICD_02. To open Github Action, click Action button located top bar. In Github Action can be more pipeline, each .yaml file. If You decide, it can be single .yaml file.
Here I listed .yaml file to show, all steps in CI/ CD pipeline.
File content below.
To connect external services with, Secretes are stored in Github Repository in which are running pipeline.
Let's now try to compare code from .yaml with pipeline results in logs.
Job name is defined in next line. In each step we define task to perform. When all steps and all steps run positive, green check box is present.
In second Job, I create SonarCube to analyze code quality.
, Docker image bulinding
in next stage is performed Security analysis on Docker image.
AWS IAM +AWS ECR

Summary:
+
-













No comments:
Post a Comment