mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-29 09:26:17 -05:00
13 lines
316 B
Python
13 lines
316 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "filebeat",
|
||
|
srcs = ["assets.go"],
|
||
|
embedsrcs = [
|
||
|
"templates/filebeat.yml",
|
||
|
"inputs.yml",
|
||
|
],
|
||
|
importpath = "github.com/edgelesssys/constellation/v2/debugd/filebeat",
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|