mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
13 lines
299 B
Python
13 lines
299 B
Python
load("//misc/bazel:pkg.bzl", "codeql_pkg_files", "strip_prefix")
|
|
|
|
codeql_pkg_files(
|
|
name = "extractor",
|
|
srcs = [
|
|
"codeql-extractor.yml",
|
|
"//:LICENSE",
|
|
],
|
|
exes = glob(["tools/**"]),
|
|
strip_prefix = strip_prefix.from_pkg(),
|
|
visibility = ["//actions:__pkg__"],
|
|
)
|