Skip to content

Commit

Permalink
docs: fix the CI-Basic badge
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Oct 30, 2024
1 parent bca5260 commit 76217b1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Mayastor Control Plane "2.0"

[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B39852%2Fgit%40github.com%3Aopenebs%2Fmayastor-control-plane.git.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B39852%2Fgit%40github.com%3Aopenebs%2Fmayastor-control-plane.git?ref=badge_shield&issueType=license)

[![CI-basic](https://mayastor-ci.mayadata.io/buildStatus/icon?job=Mayastor-Control-Plane%2Fmaster)](https://mayastor-ci.mayadata.io/blue/organizations/jenkins/Mayastor-Control-Plane/activity/)
[![Slack](https://img.shields.io/badge/JOIN-SLACK-blue)](https://kubernetes.slack.com/messages/openebs)
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgit%40github.com%3Aopenebs%2Fmayastor-control-plane.git.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgit%40github.com%3Aopenebs%2Fmayastor-control-plane.git?ref=badge_shield&issueType=license)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9639/badge)](https://www.bestpractices.dev/projects/9639)
[![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)
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)

## Links
Expand Down

0 comments on commit 76217b1

Please sign in to comment.