Skip to content

Commit

Permalink
Run licensecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Mar 11, 2024
1 parent 912b1fa commit de5ea7b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.

name: License vetting status check

on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
issue_comment:
types: [created]

jobs:
call-license-check:
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: technology.cbi
secrets:
gitlabAPIToken: ${{ secrets.CBI_GITLAB_API_TOKEN }}

0 comments on commit de5ea7b

Please sign in to comment.