Skip to content

Commit 029074d

Browse files
authored
Merge pull request #679 from yql70/main
🎨update custom-tool url
2 parents c0afaf3 + cdf8196 commit 029074d

File tree

9 files changed

+16
-33
lines changed

9 files changed

+16
-33
lines changed

server/projects/main/apps/scan_conf/management/commands/open_source/0daychecker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"datahandle"
1111
],
1212
"scan_app": "codelint",
13-
"scm_url": "http://github.com/TCATools/codedog_0Day_checker/releases/download/v20220830/0daychecker.zip",
13+
"scm_url": "0daychecker",
1414
"run_cmd": "./main.bin",
1515
"envs": null,
1616
"build_flag": false,

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"datahandle"
1111
],
1212
"scan_app": "codelint",
13-
"scm_url": "https://github.com/TCATools/flawfinder.git",
14-
"run_cmd": "python main.py",
15-
"envs": "PYTHON_HOME = $PYTHON37_HOME\nPATH = $PYTHON_HOME/bin:$PATH",
13+
"scm_url": "flawfinder",
14+
"run_cmd": "python3 main.py",
15+
"envs": "",
1616
"build_flag": false,
1717
"checkrule_set": [
1818
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"datahandle"
1111
],
1212
"scan_app": "codelint",
13-
"scm_url": "https://github.com/TCATools/custom-ktlint.git",
13+
"scm_url": "custom-ktlint",
1414
"run_cmd": "python main.py",
15-
"envs": "PYTHON_HOME = $PYTHON37_HOME\nPATH = $PYTHON_HOME/bin:$PATH",
15+
"envs": "",
1616
"build_flag": false,
1717
"checkrule_set": [
1818
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"datahandle"
1010
],
1111
"scan_app": "codelint",
12-
"scm_url": "https://github.com/TCATools/common-kunlun.git",
12+
"scm_url": "common-kunlun",
1313
"run_cmd": "python main.py",
14-
"envs": "python_version = 3",
14+
"envs": "",
1515
"build_flag": false,
1616
"checkrule_set": [
1717
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"datahandle"
1111
],
1212
"scan_app": "codelint",
13-
"scm_url": "https://github.com/TCATools/custom-phpcs.git",
13+
"scm_url": "custom-phpcs",
1414
"run_cmd": "python main.py",
15-
"envs": "python_version=3",
15+
"envs": "",
1616
"build_flag": false,
1717
"checkrule_set": [
1818
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"datahandle"
1111
],
1212
"scan_app": "codelint",
13-
"scm_url": "https://github.com/TCATools/rips-scanner.git",
13+
"scm_url": "rips-scanner",
1414
"run_cmd": "./php main.php",
1515
"envs": "",
1616
"build_flag": false,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"datahandle"
1111
],
1212
"scan_app": "codelint",
13-
"scm_url": "https://github.com/TCATools/custom-semgrep.git",
13+
"scm_url": "custom-semgrep",
1414
"run_cmd": "python main.py",
15-
"envs": "python_version = 3",
15+
"envs": "",
1616
"build_flag": false,
1717
"checkrule_set": [
1818
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"datahandle"
1111
],
1212
"scan_app": "codelint",
13-
"scm_url": "https://github.com/TCATools/shellcheck.git",
13+
"scm_url": "shellcheck",
1414
"run_cmd": "python shellcheck.py",
1515
"envs": "",
1616
"build_flag": false,

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

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,14 @@
44
"display_name": "SQLCheck",
55
"description": "Automatically identify anti-patterns in SQL queries.",
66
"license": "Apache2.0",
7-
"libscheme_set": [
8-
{
9-
"condition": null,
10-
"tool_libs": [
11-
{
12-
"name": "LINUX_GCC_5_4",
13-
"source": "system"
14-
},
15-
{
16-
"name": "LINUX_PYTHON37",
17-
"source": "system"
18-
}
19-
],
20-
"scheme_os": "linux",
21-
"default_flag": true
22-
}
23-
],
247
"task_processes": [
258
"analyze",
269
"datahandle"
2710
],
2811
"scan_app": "codelint",
29-
"scm_url": "https://github.com/TCATools/tca_plugin_sqlcheck.git#main",
12+
"scm_url": "tca_plugin_sqlcheck",
3013
"run_cmd": "python src/main.py scan",
31-
"envs": "python_version = 3",
14+
"envs": "",
3215
"build_flag": false,
3316
"checkrule_set": [
3417
{

0 commit comments

Comments
 (0)