-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcurrent_scan.json
More file actions
89 lines (89 loc) · 2.49 KB
/
current_scan.json
File metadata and controls
89 lines (89 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"schema_version": 1,
"tool": "autorepro",
"tool_version": "0.0.1",
"root": "/Users/ali/autorepro",
"detected": [
"go",
"node",
"python",
"rust"
],
"languages": {
"python": {
"score": 6,
"reasons": [
{
"pattern": "pyproject.toml",
"path": "./pyproject.toml",
"kind": "config",
"weight": 3
},
{
"pattern": "setup.py",
"path": "./.venv/lib/python3.11/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py",
"kind": "setup",
"weight": 2
},
{
"pattern": "*.py",
"path": "./test_env_and_node.py",
"kind": "source",
"weight": 1
}
],
"files_sample": [
"./.venv/lib/python3.11/site-packages/__editable___autorepro_0_0_1_finder.py",
"./.venv/lib/python3.11/site-packages/_black_version.py",
"./.venv/lib/python3.11/site-packages/_distutils_hack/__init__.py",
"./.venv/lib/python3.11/site-packages/_distutils_hack/override.py",
"./.venv/lib/python3.11/site-packages/_pytest/__init__.py"
]
},
"go": {
"score": 1,
"reasons": [
{
"pattern": "*.go",
"path": "./.venv/lib/python3.11/site-packages/pre_commit/resources/empty_template_main.go",
"kind": "source",
"weight": 1
}
],
"files_sample": [
"./.venv/lib/python3.11/site-packages/pre_commit/resources/empty_template_main.go"
]
},
"rust": {
"score": 1,
"reasons": [
{
"pattern": "*.rs",
"path": "./.venv/lib/python3.11/site-packages/pre_commit/resources/empty_template_main.rs",
"kind": "source",
"weight": 1
}
],
"files_sample": [
"./.venv/lib/python3.11/site-packages/pre_commit/resources/empty_template_main.rs"
]
},
"node": {
"score": 1,
"reasons": [
{
"pattern": "*.js",
"path": "./htmlcov/coverage_html_cb_6fb7b396.js",
"kind": "source",
"weight": 1
}
],
"files_sample": [
"./.venv/lib/python3.11/site-packages/coverage/htmlfiles/coverage_html.js",
"./.venv/lib/python3.11/site-packages/sourcery/coding-assistant-app/dist/assets/index.js",
"./.venv/lib/python3.11/site-packages/sourcery/hub/static/static/js/main.555ddc19.js",
"./htmlcov/coverage_html_cb_6fb7b396.js"
]
}
}
}