Skip to content

Commit

Permalink
chore: update FOSSA key and badge (kedacore#3368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Turrado Ferrero authored Jul 14, 2022
1 parent 751cb66 commit 84b991f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .fossa.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 9 additions & 3 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: FOSSA
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://github.com/kedacore/keda/actions?query=workflow%3Anightly-e2e-test"><img src="https://github.com/kedacore/keda/workflows/nightly-e2e-test/badge.svg" alt="nightly e2e"></a>
<a href="https://bestpractices.coreinfrastructure.org/projects/3791"><img src="https://bestpractices.coreinfrastructure.org/projects/3791/badge"></a>
<a href="https://artifacthub.io/packages/helm/kedacore/keda"><img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kedacore"></a>
<a href="https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fkedacore%2Fkeda?ref=badge_shield"><img src="https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fkedacore%2Fkeda.svg?type=shield"></a>
<a href="https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fkedacore%2Fkeda?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fkedacore%2Fkeda.svg?type=shield"/></a>
<a href="https://twitter.com/kedaorg"><img src="https://img.shields.io/twitter/follow/kedaorg?style=social" alt="Twitter"></a></p>

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

0 comments on commit 84b991f

Please sign in to comment.