Skip to content

Commit 09f80fe

Browse files
ci: add Fossa CLI workflow (#22)
Signed-off-by: Abhinandan Purkait <[email protected]>
1 parent b4b512e commit 09f80fe

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

.github/workflows/fossa.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Fossa CLI
2+
on:
3+
push:
4+
branches:
5+
- 'develop'
6+
- 'release/**'
7+
8+
jobs:
9+
fossa-scan:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
with:
14+
submodules: recursive
15+
- uses: fossas/[email protected]
16+
with:
17+
api-key: ${{ secrets.FOSSA_API_KEY }}

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# lib-csi
2-
[![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)
2+
[![Slack](https://img.shields.io/badge/chat-slack-ff1493.svg?style=flat-square)](https://kubernetes.slack.com/messages/openebs)
3+
[![Community Meetings](https://img.shields.io/badge/Community-Meetings-blue)](https://us05web.zoom.us/j/87535654586?pwd=CigbXigJPn38USc6Vuzt7qSVFoO79X.1)
4+
[![Go Report](https://goreportcard.com/badge/github.com/openebs/lib-csi)](https://goreportcard.com/report/github.com/openebs/lib-csi)
5+
[![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)
6+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9661/badge)](https://www.bestpractices.dev/projects/9661)
37

4-
common packages used by OpenEBS CSI Drivers
8+
Common packages used by OpenEBS CSI Drivers
59

6-
7-
## License
8-
[![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)
10+
## License Compliance
11+
[![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)

0 commit comments

Comments
 (0)