diff --git a/README.md b/README.md index 4409efd..025efb5 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,12 @@ Sourced from [Lasik (Laser Eye Surgery) Complications](https://www.kaggle.com/da ## CICD + + +- **lint:** Lints .py files in the repo with [ruff](https://github.com/astral-sh/ruff) +- **image-misconfiguration:** Detect configuration issues in app Dockerfile (Trivy) +- **build:** Build app Docker image and push it to the pipeline artifacts +- **image-vulnerabilities:** App image vulnerablities scanner (Trivy) ## Langchain diff --git a/docs/img/cicd.png b/docs/img/cicd.png new file mode 100644 index 0000000..90079b5 Binary files /dev/null and b/docs/img/cicd.png differ