diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml new file mode 100644 index 000000000..9d4abe00d --- /dev/null +++ b/.github/workflows/fossa.yml @@ -0,0 +1,19 @@ +name: Fossa CLI +on: + push: + branches: + - 'develop' + - 'release/**' + - 'fossa' + +jobs: + fossa-scan: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + submodules: recursive + - uses: fossas/fossa-action@main + with: + team: OpenEBS + api-key: ${{ secrets.FOSSA_API_KEY }} diff --git a/README.md b/README.md index 5097afa5b..6244360f2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Mayastor Control Plane "2.0" +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9639/badge)](https://www.bestpractices.dev/projects/9639) [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B39852%2Fgit%40github.com%3Aopenebs%2Fmayastor-control-plane.git.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B39852%2Fgit%40github.com%3Aopenebs%2Fmayastor-control-plane.git?ref=badge_shield&issueType=license) - -[![CI-basic](https://mayastor-ci.mayadata.io/buildStatus/icon?job=Mayastor-Control-Plane%2Fmaster)](https://mayastor-ci.mayadata.io/blue/organizations/jenkins/Mayastor-Control-Plane/activity/) -[![Slack](https://img.shields.io/badge/JOIN-SLACK-blue)](https://kubernetes.slack.com/messages/openebs) +[![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))](https://mayastor-ci.mayadata.io/blue/organizations/jenkins/Mayastor-Control-Plane/activity/) [![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) ## Links