diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml new file mode 100644 index 000000000..84e5792b7 --- /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 c7887bfc5..7f08f73f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ -# mayastor-extensions -Components and utilities which extend the core Mayastor (control & data plane) functionality +# Mayastor Extensions + +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-extensions.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-extensions?ref=badge_shield&issueType=license) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9638/badge)](https://www.bestpractices.dev/projects/9638) +[![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) + +Components and utilities which extend the core Mayastor (control & data plane) functionality. ## License @@ -8,8 +15,10 @@ other open source projects and are distributed under their respective licenses. ```http://www.apache.org/licenses/LICENSE-2.0``` -### Contributions +## Contributions Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Mayastor by you, as defined in the Apache-2.0 license, is licensed as above, without any additional terms or conditions. + +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-extensions.svg?type=large&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-extensions?ref=badge_large&issueType=license) \ No newline at end of file