-
Notifications
You must be signed in to change notification settings - Fork 205
如何实现智能扫描定制化开发
#1678
-
SQLE中具备【智能扫描】功能,该功能不同的数据源内置了一些智能扫描任务模板。
如果想对某数据源定制开发一个智能扫描任务模板,应该如何实现?数据库审核插件可以实现吗?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
https://actiontech.github.io/sqle-docs-cn/3.modules/3.6_auditplan/scanner_management.html, 自己定制的话原理很简单的,无非就是要通过接口将SQL推送到SQLE,代码参考:SQL采集:https://github.com/actiontech/sqle/blob/main/sqle/cmd/scannerd/cmd/mybatis.go ;定义扫描任务:https://github.com/actiontech/sqle/blob/main/sqle/server/auditplan/meta.go
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
邮件已收到~
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment