mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
13 lines
302 B
Python
13 lines
302 B
Python
load("//misc/bazel:pkg.bzl", "codeql_pkg_files", "strip_prefix")
|
|
|
|
codeql_pkg_files(
|
|
name = "downgrades",
|
|
srcs = glob(
|
|
["**/*"],
|
|
exclude = ["BUILD.bazel"],
|
|
),
|
|
prefix = "downgrades",
|
|
strip_prefix = strip_prefix.from_pkg(),
|
|
visibility = ["//javascript:__pkg__"],
|
|
)
|