Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 9d2966a

Browse files
committed
Add basis notes on cloud integration
1 parent d88e096 commit 9d2966a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

cloud-integrations/readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# secureCodeBox Cloud Integrations
2+
3+
> Disclaimer: This concept is currently undergoing first tests, things might still change drastically.
4+
5+
The Cloud Integration Services monitor security relevant resources inside a cloud environment and automatically create scans to continuously monitor security aspects of the resources. We aim to eventually support most mayor cloud providers, like AWS, GCP and Azure, but also runtime environments on top of these, primarily kubernetes.
6+
7+
## Example
8+
9+
A developer deploys an app to a kubernetes cluster where the secureCodeBox and the kubernetes cloud integration for the secureCodeBox is installed. They create an Deployment for their application container and a Ingress to expose the application to the world.
10+
11+
The kubernetes cloud integration service will automatically detect these new resources and start scans for them.
12+
The scans it would start:
13+
14+
1. A image scan scanning for vulnerable libraries in the docker / container image of the deployment. (Using trivy)
15+
2. A TLS Scan against the certificate of the ingress for the host. (Using SSLyze)
16+
3. A ZAP Baseline Scan to detect basic web vulnerabilities in the service. (Using OWASP ZAP)

0 commit comments

Comments
 (0)