Skip to content

Commit

Permalink
Merge pull request #2 from planetscale/add-license-scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller authored Apr 5, 2023
2 parents 2d93852 + 2a83327 commit 39126aa
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/licensing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Verify dependency licenses

on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize

jobs:
licensing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: sudo gem install license_finder
- run: license_finder
31 changes: 31 additions & 0 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
- - :permit
- bsd-2-clause
- :who:
:why:
:versions: []
:when: "2022-01-28 22:57:44.699976000 Z"
- - :permit
- bsd-3-clause
- :who:
:why:
:versions: []
:when: "2022-01-28 22:57:47.442554000 Z"
- - :permit
- apache-2.0
- :who:
:why:
:versions: []
:when: "2022-01-28 22:58:10.290944000 Z"
- - :permit
- MIT
- :who:
:why:
:versions: []
:when: "2022-01-28 23:02:00.154973000 Z"
- - :permit
- ISC
- :who:
:why:
:versions: []
:when: "2022-01-28 23:02:02.680050000 Z"

0 comments on commit 39126aa

Please sign in to comment.