Skip to content

Commit 5da2856

Browse files
authored
Merge pull request #607 from yql70/main
📝Update TCA-Armory-R Doc
2 parents 488785b + 875c075 commit 5da2856

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/.vuepress/configs/sidebar/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const en: SidebarConfig = {
2727
children: [
2828
'/en/guide/代码检查/工具/eslint.md',
2929
'/en/guide/代码检查/工具/golangcilint.md',
30-
'/eh/guide/代码检查/工具/regexscanner.md',
30+
'/eh/guide/代码检查/工具/TCA-Armory-R.md',
3131
],
3232
},
3333
]

doc/.vuepress/configs/sidebar/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const zh: SidebarConfig = {
2727
children: [
2828
'/zh/guide/代码检查/工具/eslint.md',
2929
'/zh/guide/代码检查/工具/golangcilint.md',
30-
'/zh/guide/代码检查/工具/regexscanner.md',
30+
'/zh/guide/代码检查/工具/TCA-Armory-R.md',
3131
],
3232
},
3333
]

server/projects/main/apps/scan_conf/management/commands/open_source/regexscanner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "regexscanner",
44
"display_name": "TCA-Armory-R",
5-
"description": "正则匹配工具,支持go正则表达式(https://pkg.go.dev/regexp/syntax)\n支持自定义添加新规则:新建规则 - 填写正则表达式等规则参数 - 创建成功,即可在项目分析方案中选择规则来扫描。",
5+
"description": "正则匹配工具,支持go正则表达式(https://pkg.go.dev/regexp/syntax)\n支持自定义添加新规则:新建规则 - 填写正则表达式等规则参数 - 创建成功,即可在项目分析方案中选择规则来扫描。详见: https://tencent.github.io/CodeAnalysis/zh/guide/代码检查/工具/TCA-Armory-R.html ",
66
"license": "自研",
77
"libscheme_set": [],
88
"task_processes": [

0 commit comments

Comments
 (0)