From e1412a49d57d8d26c4169fb86207776d0c2d7fe9 Mon Sep 17 00:00:00 2001 From: wep23441 <elizabeth.mamtsits@stfc.ac.uk> Date: Thu, 27 Mar 2025 12:17:01 +0100 Subject: [PATCH] testing case 4.2 --- .gitignore | 3 ++- .gitlab-ci.yml | 6 +++++- case-6-all/README.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2fdb8b1..944e3c9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__/ .coverage node_modules/ public -_build \ No newline at end of file +_build +solutions/ \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7194b88..0b47bcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - code_quality + - security - build - deploy @@ -26,7 +27,7 @@ include: # - local: ci-configs/case-3-build/build_image.yml # 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/container_scan.yml - local: ci-configs/case-4-security/sast.yml @@ -39,6 +40,9 @@ include: # - local: ci-configs/case-5-docs/generate_docs.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! + diff --git a/case-6-all/README.md b/case-6-all/README.md index 2ecdac9..f78d339 100644 --- a/case-6-all/README.md +++ b/case-6-all/README.md @@ -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? π€ -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! π -- GitLab