mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
11 lines
267 B
Python
11 lines
267 B
Python
load("//misc/bazel:pkg.bzl", "codeql_pkg_files", "strip_prefix")
|
|
|
|
codeql_pkg_files(
|
|
name = "extractor",
|
|
srcs = [
|
|
"codeql-extractor.yml",
|
|
] + glob(["tools/**"]),
|
|
strip_prefix = strip_prefix.from_pkg(),
|
|
visibility = ["//actions:__pkg__"],
|
|
)
|