You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The three different takes the responsibilities as below:
95
95
- Connector/Repository: The only responsibility of this layer is to fetch data which is required by the Service layer to perform the business logic to serve the request.<br>
96
96
When our Microservice makes a call to another Service we would like to name it as Connector (as in our case) layer whereas when interacting with a DB commonly it's known as Repository.
Once application is deployed in a Platform the same documentation will be accessible by below URL:
390
390
391
391
```bash
@@ -398,7 +398,7 @@ where "companieshouse" is the context path.
398
398
399
399
DevSecOps stands for development, security, and operations. It's an approach to culture, automation, and platform design that integrates security as a shared responsibility throughout the entire application and infrastructure security lifecycle.
400
400
401
-

401
+

402
402
403
403
In this repo we are looking at some of the key practices to secure the application and infrastructure.
404
404
@@ -452,7 +452,7 @@ In this section we are focusing on identifying [vulnerabilities](https://owasp.o
If you wish to suppress dependencies from vulnerability analysis (maybe because of breaking changes) declare them in the [dependency-check-suppression.xml](config/dependencycheck/dependency-check-suppression.xml) as below:
@@ -633,7 +633,7 @@ Continuous Integration is a key step to digital transformation.
633
633
To do Continuous Deployment you must be doing Continuous Delivery.
634
634
635
635
Pictorial representation of the above two approaches:
@@ -719,7 +719,7 @@ This Dockerfile will be handy and is an example of using intermediate containers
719
719
```
720
720
Output:
721
721
722
-

722
+

723
723
724
724
- To start the container using the newly created docker image
725
725
```bash
@@ -747,7 +747,7 @@ This Dockerfile will be handy and is an example of using intermediate containers
747
747
```
748
748
749
749
Output:
750
-

750
+

751
751
752
752
Take note of the CONTAINER ID.
753
753
@@ -880,7 +880,7 @@ Further Reading:
880
880
- [Executors](): Underlying technology or environment in which to run a job. Example: Docker images, Linux virtual machine (VM) image, macOS VM image, Windows VM image
881
881
- [Orbs](https://circleci.com/docs/2.0/jobs-steps/#orbs-overview): Reusable & Shareable packages of configs which can be imported to ease the pipeline configurable.
882
882
4. Click [here](.circleci/config.yml) to open the CircleCI config file for this project. When this config runs for the "workflow-all-jobs" the output pipeline is shown below and deploys the app to AWS EKS Cluster.
883
-

883
+

884
884
5. If you wish to use this config file in your project you must create a context "credentials" and add below Environment Variables with respective values.
885
885
886
886
Follow [link](https://circleci.com/docs/2.0/env-vars/?utm_medium=SEM&utm_source=gnb&utm_campaign=SEM-gb-DSA-Eng-ni&utm_content=&utm_term=dynamicSearch-&gclid=EAIaIQobChMIm_2blLze6QIVQeztCh3FGwh0EAAYASAAEgITlPD_BwE#setting-an-environment-variable-in-a-context) to learn how to do it.
0 commit comments