Skip to content

Merge pull request #104 from openebs/ha-etcd #7

Merge pull request #104 from openebs/ha-etcd

Merge pull request #104 from openebs/ha-etcd #7

Workflow file for this run

name: Fossa CLI
on:
push:
branches:
- 'develop'
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 }}