Skip to content

Commit

Permalink
Add FOSSA Github action
Browse files Browse the repository at this point in the history
Verify that PRs don't introduce dependencies with problematic licenses.

Signed-off-by: Akshay Shah <[email protected]>
  • Loading branch information
akshayjshah committed Jun 25, 2024
1 parent d593927 commit 89ee2eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@v1
with:
api-key: ${{secrets.CONNECT_FOSSA_API_KEY}}

0 comments on commit 89ee2eb

Please sign in to comment.