Skip to content

Merge pull request #267 from openebs/rel-0122 #159

Merge pull request #267 from openebs/rel-0122

Merge pull request #267 from openebs/rel-0122 #159

Workflow file for this run

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 }}