diff --git a/README.md b/README.md index 115d92d..b1a3f2b 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,8 @@ Brakeman is a static analysis tool which checks Ruby on Rails applications for s GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} REPORT_PATH: tmp/brakeman.json ``` + +## Screenshots + +![example GitHub Action UI](./screenshots/action.png) +![example Pull request](./screenshots/pull_request.png) diff --git a/screenshots/action.png b/screenshots/action.png new file mode 100644 index 0000000..6fc094c Binary files /dev/null and b/screenshots/action.png differ diff --git a/screenshots/pull_request.png b/screenshots/pull_request.png new file mode 100644 index 0000000..fbb0634 Binary files /dev/null and b/screenshots/pull_request.png differ