From 6e1fd0eab60d36fbffb714131b29979e5daec635 Mon Sep 17 00:00:00 2001 From: zelahi Date: Thu, 13 Jun 2019 12:37:43 -0700 Subject: [PATCH] ADDED .fossa file for fossa scans --- .fossa.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 .fossa.yml diff --git a/.fossa.yml b/.fossa.yml new file mode 100755 index 00000000..70b1093d --- /dev/null +++ b/.fossa.yml @@ -0,0 +1,14 @@ +# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) +# Visit https://fossa.com to learn more + +version: 2 +cli: + server: https://app.fossa.io + fetcher: custom + project: git@github.com:docker/buildx +analyze: + modules: + - name: github.com/docker/buildx/cmd/buildx + type: go + target: github.com/docker/buildx/cmd/buildx + path: cmd/buildx