diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml new file mode 100644 index 0000000..eeadd46 --- /dev/null +++ b/.github/workflows/fossa.yml @@ -0,0 +1,16 @@ +name: Fossa CLI +on: + push: + branches: + - 'main' + +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 83d0a89..508122e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # linux-utils +[![CI](https://github.com/openebs/linux-utils/actions/workflows/pull_request.yml/badge.svg)](https://github.com/openebs/linux-utils/actions/workflows/pull_request.yml) +[![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) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9662/badge)](https://www.bestpractices.dev/projects/9662) +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Flinux-utils.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Flinux-utils?ref=badge_shield&issueType=license) This repository contains the scripts required for building a customized alpine based linux utils docker image used for launching OpenEBS helper jobs. This repository also acts as a trigger to initiate the release workflow. For example: @@ -6,3 +11,6 @@ This repository also acts as a trigger to initiate the release workflow. For exa - Creating a release tag from `v2.12.x` branch with a release tag like v2.12.1, will result in tagging the downstream repos with tag v2.12.1 on branches v2.12.x For more information on the release process, see https://github.com/openebs/openebs/blob/HEAD/RELEASE.md + +## License Compliance +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Flinux-utils.svg?type=large&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Flinux-utils?ref=badge_large&issueType=license)