mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
3b2e97db89
#15561 We didn't find a way to preserve history of the original fork (see [here](https://github.com/fleetdm/fleet/issues/15561#issuecomment-1883473504), thus we are moving it with one commit. The second commit updates a reference.
19 lines
502 B
YAML
19 lines
502 B
YAML
# Copyright (c) 2020-present, The kubequery authors
|
|
#
|
|
# This source code is licensed as defined by the LICENSE file found in the
|
|
# root directory of this source tree.
|
|
#
|
|
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)
|
|
|
|
version: 2
|
|
cli:
|
|
server: https://app.fossa.com
|
|
fetcher: custom
|
|
project: git@github.com:Uptycs/kubequery.git
|
|
analyze:
|
|
modules:
|
|
- name: github.com/Uptycs/kubequery/cmd/kubequery
|
|
type: go
|
|
target: github.com/Uptycs/kubequery/cmd/kubequery
|
|
path: cmd/kubequery
|