File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change
1
+ name : Fossa CLI
2
+ on :
3
+ push :
4
+ branches :
5
+ - ' develop'
6
+
7
+ jobs :
8
+ fossa-scan :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v4
12
+ with :
13
+ submodules : recursive
14
+
15
+ with :
16
+ api-key : ${{ secrets.FOSSA_API_KEY }}
Original file line number Diff line number Diff line change 2
2
3
3
# OpenEBSCTL
4
4
5
-
5
+ [ ![ Slack] ( https://img.shields.io/badge/chat-slack-ff1493.svg?style=flat-square )] ( https://kubernetes.slack.com/messages/openebs )
6
+ [ ![ Community Meetings] ( https://img.shields.io/badge/Community-Meetings-blue )] ( https://us05web.zoom.us/j/87535654586?pwd=CigbXigJPn38USc6Vuzt7qSVFoO79X.1 )
6
7
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/openebs/openebsctl? )] ( https://goreportcard.com/report/github.com/openebs/openebsctl )
7
- [ ![ Contributors] ( https://img.shields.io/github/contributors/openebs/openebsctl )] ( https://github.com/openebs/openebsctl/graphs/contributors )
8
- [ ![ release] ( https://img.shields.io/github/release-pre/openebs/openebsctl.svg )] ( https://github.com/openebs/openebsctl/releases )
9
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/mum4k/termdash/blob/master/LICENSE )
10
- [ ![ Releases] ( https://img.shields.io/github/downloads/openebs/openebsctl/total.svg )] ( https://github.com//openebs/openebsctl/releases )
11
- [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenebs%2Fopenebsctl.svg?type=shield )] ( https://app.fossa.com/projects/git%2Bgithub.com%2Fopenebs%2Fopenebsctl?ref=badge_shield )
12
- [ ![ codecov.io] ( https://codecov.io/github/openebs/openebsctl/coverage.svg?branch=develop )] ( https://codecov.io/github/openebs/openebsctl?branch=develop )
8
+ [ ![ OpenSSF Best Practices] ( https://www.bestpractices.dev/projects/4852/badge )] ( https://www.bestpractices.dev/projects/4852 )
9
+ [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fopenebsctl.svg?type=shield&issueType=license )] ( https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fopenebsctl?ref=badge_shield&issueType=license )
13
10
14
11
15
12
OpenEBSCTL is a kubectl plugin to manage OpenEBS storage components.
You can’t perform that action at this time.
0 commit comments