Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="docs/images/RAMPART.svg" alt="RAMPART Logo" width="300"/>
<img src="https://github.com/microsoft/RAMPART/raw/main/docs/images/RAMPART.svg" alt="RAMPART Logo" width="300"/>
</p>

<h1 align="center">RAMPART</h1>
Expand All @@ -10,11 +10,11 @@
</p>

<p align="center">
<a href="https://scorecard.dev/viewer/?uri=github.com/microsoft/RAMPART"><img src="https://api.securityscorecards.dev/projects/github.com/microsoft/RAMPART/badge" alt="OpenSSF Scorecard"></a> <!-- Will enable once the repository is public -->
<a href="https://github.com/microsoft/RAMPART/actions/workflows/ci.yml"><img src="https://github.com/microsoft/RAMPART/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
<!-- <a href="https://pypi.org/project/RAMPART_PYPI_PKG_NAME_TBD/"><img src="https://img.shields.io/pypi/v/RAMPART_PYPI_PKG_NAME_TBD" alt="PyPI"></a> -->
<!-- <a href="https://pypi.org/project/RAMPART_PYPI_PKG_NAME_TBD/"><img src="https://img.shields.io/pypi/pyversions/RAMPART_PYPI_PKG_NAME_TBD" alt="Python versions"></a> -->
<!-- <a href="https://pypi.org/project/RAMPART_PYPI_PKG_NAME_TBD/"><img src="https://img.shields.io/pypi/l/RAMPART_PYPI_PKG_NAME_TBD" alt="License"></a> -->
<a href="https://scorecard.dev/viewer/?uri=github.com/microsoft/RAMPART"><img alt="OpenSSF Scorecard" src="https://api.scorecard.dev/projects/github.com/microsoft/RAMPART/badge"></a>
<a href="https://github.com/microsoft/RAMPART/actions/workflows/ci.yml"><img alt="GitHub CI" src="https://github.com/microsoft/RAMPART/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="https://pypi.org/project/RAMPART/"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/RAMPART"></a>
<a href="https://pypi.org/project/RAMPART/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/RAMPART"></a>
<a href="https://pypi.org/project/RAMPART/"><img alt="PyPI - License" src="https://img.shields.io/pypi/l/RAMPART"></a>
</p>

---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RAMPART"
version = "0.1.0"
version = "0.1.1.dev0"
description = "A pytest-native safety testing framework for agentic AI applications"
readme = "README.md"
license = "MIT"
Expand Down
Loading