Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/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