From 84b991ff34ff6f9f264a4ff662cc5b461030e180 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Thu, 14 Jul 2022 21:07:29 +0200 Subject: [PATCH] chore: update FOSSA key and badge (#3368) --- .fossa.yml | 8 ++++++++ .github/workflows/fossa.yml | 12 +++++++++--- README.md | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .fossa.yml diff --git a/.fossa.yml b/.fossa.yml new file mode 100644 index 00000000000..170501c6be6 --- /dev/null +++ b/.fossa.yml @@ -0,0 +1,8 @@ +version: 3 + +project: + id: https://github.com/kedacore/keda + name: kedacore/keda + team: KEDA + link: https://keda.sh + url: https://github.com/kedacore/keda diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index bf8a8bc86c4..f7b77de75dc 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -2,8 +2,6 @@ name: FOSSA on: push: branches: [main] - pull_request: - branches: [main] jobs: build: @@ -15,5 +13,13 @@ jobs: go-version: 1.17 - run: go version - uses: fossas/fossa-action@main + name: Scanning with FOSSA + with: + api-key: ${{ secrets.FOSSA_API_KEY }} + branch: main + - uses: fossas/fossa-action@main + name: Testing with FOSSA with: - api-key: "b0bfb312cf03c6c63752afaa5c98c7c8" + api-key: ${{ secrets.FOSSA_API_KEY }} + branch: main + run-tests: true diff --git a/README.md b/README.md index b9f0f8ee954..c7ee8bb5029 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ nightly e2e - + Twitter

KEDA allows for fine-grained autoscaling (including to/from zero) for event driven Kubernetes workloads. KEDA serves