From d627f0167aea152b8d2336479c915038ad881ac6 Mon Sep 17 00:00:00 2001 From: Abhinandan Purkait Date: Wed, 30 Oct 2024 17:16:26 +0530 Subject: [PATCH] docs: fix the CI-Basic badge (#103) Signed-off-by: Abhinandan Purkait --- .github/workflows/fossa.yml | 17 +++++++++++++++++ README.md | 11 ++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/fossa.yml diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml new file mode 100644 index 0000000..84e5792 --- /dev/null +++ b/.github/workflows/fossa.yml @@ -0,0 +1,17 @@ +name: Fossa CLI +on: + push: + branches: + - 'develop' + - 'release/**' + +jobs: + fossa-scan: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + submodules: recursive + - uses: fossas/fossa-action@v1.4.0 + with: + api-key: ${{ secrets.FOSSA_API_KEY }} diff --git a/README.md b/README.md index c5d72a9..a6f54a5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# CAS dependencies +# Mayastor Dependencies + +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-dependencies.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-dependencies?ref=badge_shield&issueType=license) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9643/badge)](https://www.bestpractices.dev/projects/9643) +[![Slack](https://img.shields.io/badge/chat-slack-ff1493.svg?style=flat-square)](https://kubernetes.slack.com/messages/openebs/) +[![Community Meetings](https://img.shields.io/badge/Community-Meetings-blue)](https://us05web.zoom.us/j/87535654586?pwd=CigbXigJPn38USc6Vuzt7qSVFoO79X.1) +[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) + Common set of dependencies used by both control-plane and data-plane components. + +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-dependencies.svg?type=large&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-dependencies?ref=badge_large&issueType=license)