Skip to content

Commit e860687

Browse files
docs: fix the CI-Basic badge
Signed-off-by: Abhinandan Purkait <[email protected]>
1 parent 5a51117 commit e860687

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
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-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# CAS dependencies
1+
# Mayastor Dependencies
2+
3+
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-dependencies.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopenebs%2Fmayastor-dependencies?ref=badge_shield&issueType=license)
4+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9643/badge)](https://www.bestpractices.dev/projects/9643)
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)
7+
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
8+
29
Common set of dependencies used by both control-plane and data-plane components.

0 commit comments

Comments
 (0)