Skip to content

Commit

Permalink
feat(*): Change crowdsec repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jul 10, 2023
1 parent b779f3c commit 5ab543b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/end-to-end-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:
- name: Run detect pages scan test
run: ddev playwright test pages-scan

- name: Run detect user enum test
run: ddev playwright test user-enum

- name: Keep Playwright report
uses: actions/upload-artifact@v3
if: always()
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.0.1](https://github.com/crowdsecurity/magento-engine/releases/tag/v0.0.1) - 2023-07-??
## [0.0.1](https://github.com/crowdsecurity/magento-cs-extension/releases/tag/v0.0.1) - 2023-07-??

### Added
- Initial release
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
![CrowdSec Logo](https://raw.githubusercontent.com/crowdsecurity/magento-engine/main/doc/images/logo_crowdsec.png)
![CrowdSec Logo](https://raw.githubusercontent.com/crowdsecurity/magento-cs-extension/main/doc/images/logo_crowdsec.png)

# CrowdSec Engine extension for Magento 2

> This Magento 2 module allows interacting with CrowdSec community within the Magento 2 application.
> This Magento 2 module allows sharing threat signal and benefit from the CrowdSec's community blocklist.
[![Version](https://img.shields.io/github/v/release/crowdsecurity/magento-engine?include_prereleases)](https://github.com/crowdsecurity/magento-engine/releases)
[![End to end tests](https://github.com/crowdsecurity/magento-engine/actions/workflows/end-to-end-test-suite.yml/badge.svg)](https://github.com/crowdsecurity/magento-engine/actions/workflows/end-to-end-test-suite.yml)
[![Static and unit tests](https://github.com/crowdsecurity/magento-engine/actions/workflows/static-and-unit-test-suite.yml/badge.svg)](https://github.com/crowdsecurity/magento-engine/actions/workflows/static-and-unit-test-suite.yml)
[![Installation and varnish tests](https://github.com/crowdsecurity/magento-engine/actions/workflows/installation-and-varnish-test-suite.yml/badge.svg)](https://github.com/crowdsecurity/magento-engine/actions/workflows/installation-and-varnish-test-suite.yml)
[![Licence](https://img.shields.io/github/license/crowdsecurity/magento-engine)](https://github.com/crowdsecurity/magento-engine/blob/main/LICENSE)
[![Version](https://img.shields.io/github/v/release/crowdsecurity/magento-cs-extension?include_prereleases)](https://github.com/crowdsecurity/magento-cs-extension/releases)
[![End to end tests](https://github.com/crowdsecurity/magento-cs-extension/actions/workflows/end-to-end-test-suite.yml/badge.svg)](https://github.com/crowdsecurity/magento-cs-extension/actions/workflows/end-to-end-test-suite.yml)
[![Static tests](https://github.com/crowdsecurity/magento-cs-extension/actions/workflows/static-test-suite.yml/badge.svg)](https://github.com/crowdsecurity/magento-cs-extension/actions/workflows/static-test-suite.yml)
[![Installation and varnish tests](https://github.com/crowdsecurity/magento-cs-extension/actions/workflows/installation-and-varnish-test-suite.yml/badge.svg)](https://github.com/crowdsecurity/magento-cs-extension/actions/workflows/installation-and-varnish-test-suite.yml)
[![Licence](https://img.shields.io/github/license/crowdsecurity/magento-cs-extension)](https://github.com/crowdsecurity/magento-cs-extension/blob/main/LICENSE)


## Usage

See [User Guide](https://github.com/crowdsecurity/magento-engine/blob/main/doc/USER_GUIDE.md)
See [User Guide](https://github.com/crowdsecurity/magento-cs-extension/blob/main/doc/USER_GUIDE.md)

## Installation

See [Installation Guide](https://github.com/crowdsecurity/magento-engine/blob/main/doc/INSTALLATION_GUIDE.md)
See [Installation Guide](https://github.com/crowdsecurity/magento-cs-extension/blob/main/doc/INSTALLATION_GUIDE.md)


## Technical notes

See [Technical notes](https://github.com/crowdsecurity/magento-engine/blob/main/doc/TECHNICAL_NOTES.md)
See [Technical notes](https://github.com/crowdsecurity/magento-cs-extension/blob/main/doc/TECHNICAL_NOTES.md)

## Developer guide

See [Developer guide](https://github.com/crowdsecurity/magento-engine/blob/main/doc/DEVELOPER.md)
See [Developer guide](https://github.com/crowdsecurity/magento-cs-extension/blob/main/doc/DEVELOPER.md)


## License

[MIT](https://github.com/crowdsecurity/magento-engine/blob/main/LICENSE)
[MIT](https://github.com/crowdsecurity/magento-cs-extension/blob/main/LICENSE)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crowdsec/magento2-module-engine",
"description": "The Engine module for Magento 2 allows interacting with CrowdSec community",
"description": "This Magento 2 module allows sharing threat signal and benefit from the CrowdSec's community blocklist.",
"type": "magento2-module",
"version": "0.0.1",
"minimum-stability": "stable",
Expand All @@ -16,7 +16,7 @@
"role": "Developer"
}
],
"homepage": "https://github.com/crowdsecurity/magento-engine",
"homepage": "https://github.com/crowdsecurity/magento-cs-extension",
"keywords": [
"magento",
"magento2",
Expand Down
2 changes: 1 addition & 1 deletion doc/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ ddev magento c:c
cd m2-sources
mkdir -p my-own-modules/crowdsec-engine
cd my-own-modules/crowdsec-engine
git clone git@github.com:crowdsecurity/magento-engine.git ./
git clone git@github.com:crowdsecurity/magento-cs-extension.git ./
ddev composer config repositories.crowdsec-engine-module path my-own-modules/crowdsec-engine/
ddev composer require crowdsec/magento2-module-engine:@dev
ddev magento module:enable CrowdSec_Engine
Expand Down

0 comments on commit 5ab543b

Please sign in to comment.