Skip to content

Commit

Permalink
add fossa action
Browse files Browse the repository at this point in the history
Signed-off-by: lilai <lilai23@foxmail.com>
  • Loading branch information
lilai23 committed Sep 12, 2024
1 parent 2e4a96a commit e238c9b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: FOSSA analysis
on:
push:
pull_request:
branches:
- '*'
paths-ignore:
- '**.md'
- '**/NOTICE'
- '**/LICENSE'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run FOSSA analysis
uses: fossas/fossa-action@main
with:
# FOSSA Push-Only API Token
api-key: ${{secrets.FOSSAAPIKEY}}

0 comments on commit e238c9b

Please sign in to comment.