FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/python/BUILD.bazel at codeql-cli/v2.26.3 · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
997
Pull requests
454
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
python
/
BUILD.bazel
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (52 loc) · 1.08 KB
Breadcrumbs
codeql
/
python
/
BUILD.bazel
Copy path
File metadata and controls
60 lines (52 loc) · 1.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
load
(
"@rules_pkg//pkg:mappings.bzl"
,
"pkg_filegroup"
,
"pkg_files"
)
load
(
"//misc/bazel:pkg.bzl"
,
"codeql_pack"
,
"codeql_pkg_files"
)
package
(
default_visibility
=
[
"//visibility:public"
])
alias
(
name
=
"dbscheme"
,
actual
=
"//python/ql/lib:dbscheme"
,
)
alias
(
name
=
"dbscheme-stats"
,
actual
=
"//python/ql/lib:dbscheme-stats"
,
)
pkg_files
(
name
=
"dbscheme-group"
,
srcs
=
[
":dbscheme"
,
":dbscheme-stats"
,
],
strip_prefix
=
None
,
)
pkg_filegroup
(
name
=
"db-files"
,
srcs
=
[
":dbscheme-group"
,
"//python/downgrades"
,
],
)
pkg_files
(
name
=
"resources"
,
srcs
=
[
"codeql-extractor.yml"
,
"//:LICENSE"
,
],
strip_prefix
=
None
,
)
codeql_pkg_files
(
name
=
"extractor-arch"
,
exes
=
[
"//python/extractor/tsg-python"
,
],
prefix
=
"tools/{CODEQL_PLATFORM}"
,
)
codeql_pack
(
name
=
"python"
,
srcs
=
[
":dbscheme-group"
,
":extractor-arch"
,
":resources"
,
"//python/downgrades"
,
"//python/extractor"
,
"//python/tools"
,
],
)
Back
|
FazBrowse Home
|
New Git URL