Skip to content

Commit

Permalink
Update URL to use GitHub Pages for gif (#6)
Browse files Browse the repository at this point in the history
* Update URL to use GitHub Pages for gif

* Bump verion to 0.2.2
  • Loading branch information
henry-prince-addepar committed Jun 18, 2024
1 parent 99666d5 commit ea4bc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ redflag --config custom-config.yml

By default, RedFlag produces an HTML report that can be opened in a browser.
<a href="https://opensource.addepar.com/RedFlag/">
<img src="https://raw.githubusercontent.com/Addepar/RedFlag/main/docs/images/Report-Animated.gif">
<img src="https://opensource.addepar.com/RedFlag/images/Report-Animated.gif">
</a>

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "addepar-redflag"
version = "0.2.1"
version = "0.2.2"
description = "RedFlag uses AI to identify high-risk code changes. Run it in batch mode for release candidate testing or in CI pipelines to flag PRs and add reviewers. RedFlag's flexible configuration makes it valuable for any team."
authors = ["Addepar Security Engineering <[email protected]>"]
repository = "https://github.com/Addepar/RedFlag"
Expand Down

0 comments on commit ea4bc05

Please sign in to comment.