Skip to content

Commit 741b443

Browse files
congminh1254claude
andcommitted
ci: add FOSSA license and dependency scan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d75d61d commit 741b443

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/fossa.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: FOSSA Scan
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
fossa:
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- uses: actions/checkout@v4
18+
19+
- uses: fossas/fossa-action@main
20+
with:
21+
api-key: ${{ secrets.FOSSA_API_KEY }}
22+
branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)