Skip to content

Commit

Permalink
Merge pull request #679 from yql70/main
Browse files Browse the repository at this point in the history
🎨update custom-tool url
  • Loading branch information
bensonhome authored Oct 28, 2022
2 parents c0afaf3 + cdf8196 commit 029074d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"datahandle"
],
"scan_app": "codelint",
"scm_url": "http://github.com/TCATools/codedog_0Day_checker/releases/download/v20220830/0daychecker.zip",
"scm_url": "0daychecker",
"run_cmd": "./main.bin",
"envs": null,
"build_flag": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"datahandle"
],
"scan_app": "codelint",
"scm_url": "https://github.com/TCATools/flawfinder.git",
"run_cmd": "python main.py",
"envs": "PYTHON_HOME = $PYTHON37_HOME\nPATH = $PYTHON_HOME/bin:$PATH",
"scm_url": "flawfinder",
"run_cmd": "python3 main.py",
"envs": "",
"build_flag": false,
"checkrule_set": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"datahandle"
],
"scan_app": "codelint",
"scm_url": "https://github.com/TCATools/custom-ktlint.git",
"scm_url": "custom-ktlint",
"run_cmd": "python main.py",
"envs": "PYTHON_HOME = $PYTHON37_HOME\nPATH = $PYTHON_HOME/bin:$PATH",
"envs": "",
"build_flag": false,
"checkrule_set": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"datahandle"
],
"scan_app": "codelint",
"scm_url": "https://github.com/TCATools/common-kunlun.git",
"scm_url": "common-kunlun",
"run_cmd": "python main.py",
"envs": "python_version = 3",
"envs": "",
"build_flag": false,
"checkrule_set": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"datahandle"
],
"scan_app": "codelint",
"scm_url": "https://github.com/TCATools/custom-phpcs.git",
"scm_url": "custom-phpcs",
"run_cmd": "python main.py",
"envs": "python_version=3",
"envs": "",
"build_flag": false,
"checkrule_set": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"datahandle"
],
"scan_app": "codelint",
"scm_url": "https://github.com/TCATools/rips-scanner.git",
"scm_url": "rips-scanner",
"run_cmd": "./php main.php",
"envs": "",
"build_flag": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"datahandle"
],
"scan_app": "codelint",
"scm_url": "https://github.com/TCATools/custom-semgrep.git",
"scm_url": "custom-semgrep",
"run_cmd": "python main.py",
"envs": "python_version = 3",
"envs": "",
"build_flag": false,
"checkrule_set": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"datahandle"
],
"scan_app": "codelint",
"scm_url": "https://github.com/TCATools/shellcheck.git",
"scm_url": "shellcheck",
"run_cmd": "python shellcheck.py",
"envs": "",
"build_flag": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,14 @@
"display_name": "SQLCheck",
"description": "Automatically identify anti-patterns in SQL queries.",
"license": "Apache2.0",
"libscheme_set": [
{
"condition": null,
"tool_libs": [
{
"name": "LINUX_GCC_5_4",
"source": "system"
},
{
"name": "LINUX_PYTHON37",
"source": "system"
}
],
"scheme_os": "linux",
"default_flag": true
}
],
"task_processes": [
"analyze",
"datahandle"
],
"scan_app": "codelint",
"scm_url": "https://github.com/TCATools/tca_plugin_sqlcheck.git#main",
"scm_url": "tca_plugin_sqlcheck",
"run_cmd": "python src/main.py scan",
"envs": "python_version = 3",
"envs": "",
"build_flag": false,
"checkrule_set": [
{
Expand Down

0 comments on commit 029074d

Please sign in to comment.