Skip to content

Commit 610f780

Browse files
ci: add Fossa CLI workflow
Signed-off-by: Abhinandan Purkait <[email protected]>
1 parent 285cce6 commit 610f780

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/fossa.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Fossa CLI
2+
on:
3+
push:
4+
branches:
5+
- 'develop'
6+
- 'release/**'
7+
8+
jobs:
9+
fossa-scan:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
with:
14+
submodules: recursive
15+
- uses: fossas/[email protected]
16+
with:
17+
api-key: ${{ secrets.FOSSA_API_KEY }}

0 commit comments

Comments
 (0)