Skip to content
Snippets Groups Projects
Commit e1412a49 authored by wep23441's avatar wep23441
Browse files

testing case 4.2

parent 89635c6f
Branches
No related tags found
No related merge requests found
...@@ -3,4 +3,5 @@ __pycache__/ ...@@ -3,4 +3,5 @@ __pycache__/
.coverage .coverage
node_modules/ node_modules/
public public
_build _build
\ No newline at end of file solutions/
\ No newline at end of file
stages: stages:
- code_quality - code_quality
- security
- build - build
- deploy - deploy
...@@ -26,7 +27,7 @@ include: ...@@ -26,7 +27,7 @@ include:
# - local: ci-configs/case-3-build/build_image.yml # - local: ci-configs/case-3-build/build_image.yml
# Case 4 Security # Case 4 Security
# stages: code_quality, security_checks, test, build, build_image, test_image # stages: code_quality, security_checks, build_image, test_image
- local: ci-configs/case-4-security/build_image.yml - local: ci-configs/case-4-security/build_image.yml
- local: ci-configs/case-4-security/container_scan.yml - local: ci-configs/case-4-security/container_scan.yml
- local: ci-configs/case-4-security/sast.yml - local: ci-configs/case-4-security/sast.yml
...@@ -39,6 +40,9 @@ include: ...@@ -39,6 +40,9 @@ include:
# - local: ci-configs/case-5-docs/generate_docs.yml # - local: ci-configs/case-5-docs/generate_docs.yml
# - local: ci-configs/case-5-docs/pages.yml # - local: ci-configs/case-5-docs/pages.yml
# # Case 6: Automate all the things!
# # I challenge you to put everthing together and become the pipeline master!
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
Congratulations on reaching this stage! Now that everything is working, it’s time to take it to the next level. I challenge you to combine as many stages, jobs, and configurations as you want. With everything set up, it should be smooth sailing, right? 🤔 Congratulations on reaching this stage! Now that everything is working, it’s time to take it to the next level. I challenge you to combine as many stages, jobs, and configurations as you want. With everything set up, it should be smooth sailing, right? 🤔
Feel free to add more stages or jobs, customize the pipeline to your liking, and experiment with different setups. This is your opportunity to get creative and make the pipeline truly yours. Feel free to add more stages or jobs, customise the pipeline to your liking, and experiment with different setups. This is your opportunity to get creative and make the pipeline truly yours.
Good luck, and may your pipeline run smoothly and efficiently! 🚀 Good luck, and may your pipeline run smoothly and efficiently! 🚀
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment