add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/fossa.md Normal file
View File

@@ -0,0 +1,24 @@
# fossa
> Fossa 服务的命令行界面 - 生成实时许可证审计、漏洞扫描和关于依赖项许可证的报告。
> 更多信息:<https://github.com/fossas/fossa-cli>。
- 初始化一个 `.fossa.yml` 配置文件:
`fossa init`
- 运行默认项目构建:
`fossa build`
- 分析构建的依赖项:
`fossa analyze`
- 生成报告:
`fossa report`
- 测试当前修订版与 FOSSA 扫描状态,并在发现问题时以错误退出:
`fossa test`