Skip to content

Merge pull request #109 from openebs/fix-helm-chart-name #10

Merge pull request #109 from openebs/fix-helm-chart-name

Merge pull request #109 from openebs/fix-helm-chart-name #10

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/[email protected]
with:
api-key: ${{ secrets.FOSSA_API_KEY }}