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