Files
makemd/archive/handover/README (9).md
wurenzhi 136c2fa579 feat: 初始化项目结构并添加核心功能模块
- 新增文档模板和导航结构
- 实现服务器基础API路由和控制器
- 添加扩展插件配置和前端框架
- 引入多租户和权限管理模块
- 集成日志和数据库配置
- 添加核心业务模型和类型定义
2026-03-17 22:07:19 +08:00

622 B

Coverity scan

Build an image for Coverity

docker build -t coverity --build-arg REPOTOKEN=<signalwire token> --build-arg COVERITYTOKEN=<coverity token> .

Scan FreeSWITCH using a Coverity image

docker run --rm -itv .:/data -e FSBRANCH="master" coverity

This will output freeswitch.tgz file to the current folder

Uploading the result to the Coverity server

curl --form token=<coverity token> \
  --form email=andrey@signalwire.com \
  --form file=@freeswitch.tgz \
  --form version="Version" \
  --form description="Description" \
  https://scan.coverity.com/builds?project=FreeSWITCH