Skip to content

Commit

Permalink
ci: add Fossa CLI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinandan-Purkait committed Nov 5, 2024
1 parent b4b512e commit bb81c46
Showing 1 changed file with 17 additions and 0 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 }}

0 comments on commit bb81c46

Please sign in to comment.