Skip to content

Commit

Permalink
Patch:Merge pull request #38 from reflexivesecurity/remove_cloudmitig…
Browse files Browse the repository at this point in the history
…ator

Remove reference to cloudmitigator
  • Loading branch information
rjulian committed Aug 23, 2020
2 parents d60afaa + 7a9f8e1 commit ff16971
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
prerelease: false
- name: Trigger deploy
run: |
curl -X POST https://api.github.com/repos/cloudmitigator/reflex-docs-infrastructure/dispatches \
curl -X POST https://api.github.com/repos/reflexivesecurity/reflex-docs-infrastructure/dispatches \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token $GITHUB_TOKEN" \
--data '{"event_type": "deploy"}'
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Package for the core Reflex classes. You can use these classes to easily create Reflex rules to secure your cloud environment (currently only supports AWS).

You'll also want to familiarize yourself with the other parts of Reflex:
- [reflex-cli](https://www.github.com/cloudmitigator/reflex-cli), a CLI for creating and managing your Reflex rules and environment.
- [reflex-engine](https://www.github.com/cloudmitigator/reflex-engine), Terraform modules for deploying required Reflex rule infrastructure.
- [reflex documentation](https://docs.cloudmitigator.com/), general documentation about deploying reflex.
- [reflex-cli](https://www.github.com/reflexivesecurity/reflex-cli), a CLI for creating and managing your Reflex rules and environment.
- [reflex-engine](https://www.github.com/reflexivesecurity/reflex-engine), Terraform modules for deploying required Reflex rule infrastructure.
- [reflex documentation](https://docs.reflexivesecurity.com/), general documentation about deploying reflex.

## Installation
You can install `reflex-core` using `pip`.
Expand All @@ -27,7 +27,7 @@ class MyRule(AWSRule):
# etc
```

For examples, browse provided rules on [CloudMitigator's GitHub](https://www.github.com/cloudmitigator/).
For examples, browse provided rules on [Reflexive Security's GitHub](https://www.github.com/reflexivesecurity/).

## License
Reflex is made available under the MPL 2.0 license. For more information view the [LICENSE](https://github.com/cloudmitigator/reflex-core/blob/master/LICENSE)
Reflex is made available under the MPL 2.0 license. For more information view the [LICENSE](https://github.com/reflexivesecurity/reflex-core/blob/master/LICENSE)
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# -- Project information -----------------------------------------------------

project = "reflex-core"
copyright = "2020, CloudMitigator"
author = "CloudMitigator"
copyright = "2020, Reflexive Security"
author = "Reflexive Security"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
setuptools.setup(
name="reflex-core",
version=f"{os.environ['VERSION']}",
author="Cloud Mitigator",
author_email="cloudmitigator@gmail.com",
author="Reflexive Security",
author_email="info@reflexivesecurity.com",
description="Package for providing core Reflex rule classes",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ff16971

Please sign in to comment.