From e5eafc4df5ce14548af29f7f7ab773b8ce239114 Mon Sep 17 00:00:00 2001 From: Liron-Refaeli <77193360+Liron-Refaeli@users.noreply.github.com> Date: Sun, 23 Mar 2025 14:42:37 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c63c1dc..3240c01 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Code2Cloud Python Flask Application + + + ## Description 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).