From 80ef9a13e8053d341f2b4f701ac75faf911f0e70 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Wed, 14 Apr 2021 13:31:19 +0300 Subject: [PATCH] FOSSA scan enabled Ref.: https://github.com/cncf/foundation/issues/109 Signed-off-by: Ihor Dvoretskyi --- .github/workflows/fossa.yml | 23 +++++++++++++++++++++++ README.md | 1 + 2 files changed, 24 insertions(+) create mode 100644 .github/workflows/fossa.yml diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml new file mode 100644 index 0000000000..8d4a808678 --- /dev/null +++ b/.github/workflows/fossa.yml @@ -0,0 +1,23 @@ +name: FOSSA License Scanning + +on: + push: + paths-ignore: + - '**.md' + - '**.svg' + - '**.drawio' + - '.spelling' + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Run FOSSA scan and upload build data + uses: fossa-contrib/fossa-action@v1 + with: + fossa-api-key: 044cfa03c61e6271a24349184e90b381 + diff --git a/README.md b/README.md index da8f8d8abf..a90e3df946 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/absaoss/k8gb)](https://hub.docker.com/r/absaoss/k8gb) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/k8gb)](https://artifacthub.io/packages/search?repo=k8gb) [![doc.crds.dev](https://img.shields.io/badge/doc-crds-purple)](https://doc.crds.dev/github.com/absaoss/k8gb) +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2FAbsaOSS%2Fk8gb.svg?type=shield)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2FAbsaOSS%2Fk8gb?ref=badge_shield) A Global Service Load Balancing solution with a focus on having cloud native qualities and work natively in a Kubernetes context.