Skip to content

remove hardcoding of datasource and filter (#138) #12

remove hardcoding of datasource and filter (#138)

remove hardcoding of datasource and filter (#138) #12

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