Skip to content

Commit

Permalink
ci: cncf license scan by fossa
Browse files Browse the repository at this point in the history
Signed-off-by: KeHaoKH <hao.ke@merico.dev>
  • Loading branch information
KeHaohaoke committed Jun 28, 2022
1 parent 60ae5c6 commit 5c28b64
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/license-scan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: license check by FOSS
on: [pull_request]
name: license check by FOSSA
on:
push:
branches:
- main

jobs:
fossa:
Expand All @@ -12,3 +15,4 @@ jobs:
with:
# https://docs.fossa.com/docs/api-reference#push-only-api-token
fossa-api-key: ${{ secrets.FOSSA_PUSH_ONLY_API_KEY }}

0 comments on commit 5c28b64

Please sign in to comment.