docs: add logo to README

This commit is contained in:
nogueiraguh
2026-02-27 20:24:02 -03:00
parent 3c1d87dde3
commit 028df6773a

View File

@@ -1,13 +1,21 @@
# 🛡️ OCI CIS AI Agent
<p align="center">
<img src="logo.svg" alt="OCI CIS AI Agent" width="96" height="96">
</p>
**Oracle Cloud Infrastructure — CIS Foundations Benchmark 3.0 — AI-Powered Compliance Platform**
<h1 align="center">OCI CIS AI Agent</h1>
![Version](https://img.shields.io/badge/version-1.1-C74634?style=flat-square)
![Python](https://img.shields.io/badge/python-3.12-3776AB?style=flat-square)
![FastAPI](https://img.shields.io/badge/FastAPI-0.115-009688?style=flat-square)
![OCI](https://img.shields.io/badge/OCI-GenAI-C74634?style=flat-square)
![Docker](https://img.shields.io/badge/docker-compose-2496ED?style=flat-square)
![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)
<p align="center">
<strong>Oracle Cloud Infrastructure — CIS Foundations Benchmark 3.0 — AI-Powered Compliance Platform</strong>
</p>
<p align="center">
<img src="https://img.shields.io/badge/version-1.1-C74634?style=flat-square" alt="Version">
<img src="https://img.shields.io/badge/python-3.12-3776AB?style=flat-square" alt="Python">
<img src="https://img.shields.io/badge/FastAPI-0.115-009688?style=flat-square" alt="FastAPI">
<img src="https://img.shields.io/badge/OCI-GenAI-C74634?style=flat-square" alt="OCI">
<img src="https://img.shields.io/badge/docker-compose-2496ED?style=flat-square" alt="Docker">
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License">
</p>
---
@@ -242,6 +250,7 @@ oci-cis-agent/
├── nginx/
│ └── default.conf # Reverse proxy config
├── docker-compose.yml # Orchestration
├── logo.svg # Project logo (Oracle AI Robot)
├── .env.example # Environment template
├── .gitignore
└── README.md