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 7bc53fe..47ff01c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # lib-csi -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenebs%2Flib-csi.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenebs%2Flib-csi?ref=badge_shield) +[![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) +[![Go Report](https://goreportcard.com/badge/github.com/openebs/lib-csi)](https://goreportcard.com/report/github.com/openebs/lib-csi) +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Flib-csi.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Flib-csi?ref=badge_shield&issueType=license) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9661/badge)](https://www.bestpractices.dev/projects/9661) -common packages used by OpenEBS CSI Drivers +Common packages used by OpenEBS CSI Drivers - -## License -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenebs%2Flib-csi.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenebs%2Flib-csi?ref=badge_large) \ No newline at end of file +## License Compliance +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Flib-csi.svg?type=large&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Flib-csi?ref=badge_large&issueType=license)