Skip to content

Add CI workflow to check for unapproved Go dependency licenses #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

MatteoPologruto
Copy link
Contributor

A task and GitHub Actions workflow are provided here for checking the license types of Go project dependencies.

On every push and pull request that affects relevant files, the CI workflow will use Licensed to check:

  • If the dependency licenses cache is up to date
  • If any of the project's dependencies have an unapproved license type.

Approval can be based on:

@MatteoPologruto MatteoPologruto added the type: enhancement Proposed improvement label Mar 6, 2023
@MatteoPologruto MatteoPologruto self-assigned this Mar 6, 2023
A task and GitHub Actions workflow are provided here for checking the license types of Go project dependencies.

On every push and pull request that affects relevant files, the CI workflow will check:

- If the dependency licenses cache is up to date
- If any of the project's dependencies have an unapproved license type.

Approval can be based on:

- Universally allowed license type
- Individual dependency
@MatteoPologruto MatteoPologruto force-pushed the add-check-go-dependencies branch 2 times, most recently from d19ea62 to 99730e6 Compare March 7, 2023 14:23
@MatteoPologruto MatteoPologruto force-pushed the add-check-go-dependencies branch from 99730e6 to aa03204 Compare March 7, 2023 15:00
@MatteoPologruto MatteoPologruto added the topic: infrastructure Related to project infrastructure label Mar 7, 2023
@MatteoPologruto MatteoPologruto merged commit f970f68 into master Mar 7, 2023
@MatteoPologruto MatteoPologruto deleted the add-check-go-dependencies branch March 7, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants