Skip to content

Commit

Permalink
FOSSA scan enabled
Browse files Browse the repository at this point in the history
Ref.: cncf/foundation#109

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
  • Loading branch information
idvoretskyi committed Apr 14, 2021
1 parent d69be01 commit 80ef9a1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%2Fgh.neting.cc%2FAbsaOSS%2Fk8gb.svg?type=shield)](https://app.fossa.com/projects/custom%2B162%2Fgh.neting.cc%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.

Expand Down

0 comments on commit 80ef9a1

Please sign in to comment.