fscan/test/ssh-test-env/.dockerignore
ZacharyZcR de286026e8 refactor: 统一插件超时机制实现Context-First架构
- 重构SSH/MySQL/Redis插件超时控制,移除第三方库超时依赖
- 统一使用Go Context超时机制,提升超时控制可靠性和精确度
- 扩展MySQL/Redis/SSH插件默认端口支持,提升扫描覆盖率
- 修复插件系统中ConcurrentScanConfig超时配置缺失问题
- 优化插件检测逻辑,正确识别新架构插件并显示准确状态信息
- 解决插件在错误端口上长时间等待问题,显著提升扫描效率
2025-08-07 14:01:50 +08:00

28 lines
341 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# .dockerignore - 优化Docker构建过程
# 文档文件
README.md
*.md
# 测试脚本和配置文件这些通过volume挂载
test-*.txt
test-*.bat
test-*.sh
# Docker相关文件
docker-compose.yml
Dockerfile*
.dockerignore
# 开发工具文件
.git
.gitignore
.DS_Store
Thumbs.db
# 日志文件
*.log
# 临时文件
*.tmp
*.bak