https://github.com/wallarm/fast-detects
https://github.com/wallarm/fast-detects
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wallarm/fast-detects
- Owner: wallarm
- Created: 2018-12-18T02:07:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T09:57:53.000Z (almost 4 years ago)
- Last Synced: 2024-03-26T19:07:44.921Z (over 2 years ago)
- Size: 177 KB
- Stars: 41
- Watchers: 14
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wallarm FAST custom detects
## HOWTO use
Connect with Wallarm FAST by local directory mapping
```
$ docker run -p 8888:8080 -v /path/to/your-own-detects-in-yaml:/opt/custom_extensions -e WALLARM_API_TOKEN=xxx wallarm/fast
```
by GIT repository mapping:
```
$ docker run -p 8888:8080 -e GIT_EXTENSIONS=https://github.com/wallarm/fast-detects -e WALLARM_API_TOKEN=xxx wallarm/fast
```