Skip to content

Commit f0b5b5f

Browse files
committed
update reamde with images
1 parent 06375fa commit f0b5b5f

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
This repository contains a Python Flask application designed to demonstrate the code-to-cloud traceability feature of Prisma Cloud. The application allows users to manage customer data, showcasing CRUD (Create, Read, Update, Delete) operations, and is containerized for deployment on cloud platforms like AKS, EKS, or GKE. The pipeline utilizes GitHub Actions for CI/CD, building and pushing the Docker image to GitHub Container Registry (GHCR).
66

7+
## Illustrations
8+
9+
Code2Cloud traceability is a GA feature and available now.
10+
#### Code2Cloud Traceability
11+
![Code2Cloud Traceability](docs/code2cloud-traceability.png)
12+
13+
14+
#### Code2Cloud Impact Graph (BETA)
15+
The impact graph is a **BETA** feature and requires a feature flag to be enabled.
16+
The steps to access it are as follows:
17+
1. Go to the Investigate tab.
18+
2. Search for a vulnerability with CVE ID: CVE-2023-3104.
19+
3. Click on the runtime container image.
20+
4. Click "View C2C Impact Graph".
21+
22+
#### Code2Cloud Investigate
23+
![Code2Cloud Investigate](docs/code2cloud-investigate.png)
24+
25+
#### Code2Cloud Impact Graph
26+
![Code2Cloud Impact Graph](docs/code2cloud-impact-graph.png)
27+
728
## Goals
829

930
- Demonstrate code-to-cloud traceability using Prisma Cloud.
@@ -47,7 +68,7 @@ Clone your forked repository to your local machine:
4768
git clone https://github.com/<your-github-username>/code2cloud-python-flask-webserver.git
4869
```
4970

50-
### Change the Version Number in version.py
71+
### Change the Version Number
5172
Change the directory to the cloned repository:
5273

5374
```console
@@ -59,6 +80,11 @@ Open the `version.py` file and update the version number:
5980
version = "0.0.10" # Update to a new version number
6081
```
6182

83+
Open the `manifests/deployment.yaml` file and update the version number:
84+
```yaml
85+
image: ghcr.io/simonpanworg/code2cloud-python-flask-webserver:v0.0.10 # Update to a new version number
86+
```
87+
6288
### Push the changes to the Repository
6389
6490
```bash

docs/code2cloud-impact-graph.png

429 KB
Loading

docs/code2cloud-investigate.png

464 KB
Loading

docs/code2cloud-traceability.png

181 KB
Loading

0 commit comments

Comments
 (0)