文件名称:fast-detects
文件大小:64KB
文件格式:ZIP
更新时间:2024-05-30 04:34:57
Wallarm FAST自定义检测 如何使用 通过本地目录映射与Wallarm FAST连接 $ docker run -p 8888:8080 -v /path/to/your-own-detects-in-yaml:/opt/custom_extensions -e WALLARM_API_TOKEN=xxx wallarm/fast 通过GIT存储库映射: $ docker run -p 8888:8080 -e GIT_EXTENSIONS=https://github.com/wallarm/fast-detects -e WALLARM_API_TOKEN=xxx wallarm/fast