-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update sample report URL * Update badge to Python 3.11+ * Update sample config file URL
- Loading branch information
1 parent
0961299
commit 1152835
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ as it's configuration makes it infinitely flexible. | |
<a href="https://addepar.com/blog/introducing-redflag-using-ai-to-scale-addepar-s-offensive-security-team"><strong>Read the blog post »</strong></a> | ||
<br /> | ||
<br /> | ||
<a href="https://github.com/Addepar/RedFlag">View Sample Report</a> | ||
<a href="https://opensource.addepar.com/RedFlag/">View Sample Report</a> | ||
· | ||
<a href="https://github.com/Addepar/RedFlag/issues/new?labels=bug&template=bug-report---.md">Report Bug</a> | ||
· | ||
|
@@ -177,7 +177,7 @@ The following table shows configuration options for each parameter: | |
|
||
| Parameter | CLI Param | Env Var | Config File | Default | | ||
|---------------------------------------------------------------------------------------|-----------|---------|-------------|---------| | ||
| [Configuration File](https://github.com/Addepar/RedFlag/blob/main/sample.config.yaml) | --config | - | - | - | | ||
| [Configuration File](https://github.com/Addepar/RedFlag/blob/main/config.sample.yaml) | --config | - | - | - | | ||
| Repository | --repo | RF_REPO | repo | - | | ||
| Branch/Commit From | --from | RF_FROM | from | - | | ||
| Branch/Commit To | --to | RF_TO | to | - | | ||
|
@@ -266,7 +266,7 @@ Say hi to Addepar Security Engineering at [[email protected]](mai | |
<!-- MARKDOWN LINKS & IMAGES --> | ||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> | ||
[python-shield]: https://img.shields.io/badge/Python-3.6+-blue?style=for-the-badge&logo=python&logoColor=white | ||
[python-shield]: https://img.shields.io/badge/Python-3.11+-blue?style=for-the-badge&logo=python&logoColor=white | ||
[python-url]: https://www.python.org/ | ||
[contributors-shield]: https://img.shields.io/github/contributors/Addepar/RedFlag.svg?style=for-the-badge | ||
[contributors-url]: https://github.com/Addepar/RedFlag/graphs/contributors | ||
|