Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add badge for js tests #82

Merged
merged 2 commits into from
Nov 9, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/javascript_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/javascript_tests.yml
name: Javascript Tests
name: JavaScript Tests

on:
push:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Rebuff is designed to protect AI applications from prompt injection (PI) attacks
</div>
<div align="center">

[![Python Tests](https://github.com/woop/rebuff/actions/workflows/python_tests.yaml/badge.svg)](https://github.com/woop/rebuff/actions/workflows/python_tests.yaml)
[![JavaScript Tests](https://github.com/protectai/rebuff/actions/workflows/javascript_tests.yaml/badge.svg)](https://github.com/protectai/rebuff/actions/workflows/javascript_tests.yaml)
[![Python Tests](https://github.com/protectai/rebuff/actions/workflows/python_tests.yaml/badge.svg)](https://github.com/protectai/rebuff/actions/workflows/python_tests.yaml)


</div>

Expand Down Expand Up @@ -161,7 +163,7 @@ Now, the Rebuff server should be running at `http://localhost:3000`.

## How it works

![Sequence Diagram](https://github.com/woop/rebuff/assets/6728866/3d90ebb3-d149-42e8-b991-a46c46d5a9e7)
![Sequence Diagram](https://github.com/protectai/rebuff/assets/6728866/3d90ebb3-d149-42e8-b991-a46c46d5a9e7)

## Contributing

Expand Down
Loading