Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add FOSSA workflow to enable license scanning #239

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
Feb 17, 2022

Conversation

enrico-intercom
Copy link
Contributor

FOSSA is a tool for scanning a repository to ensure that its dependencies are properly licensed. License scanning is a requirement from Legal and needs to be run in all of the repositories that we use.

This is an automatic PR which adds a new GitHub Actions workflow (in .github/workflows/fossa-license-scan.yml) that will run FOSSA on every push to the main/master branch using fossa-cli.

This PR is being batch added to all of our existing repos which should be running FOSSA scans and the PR will be approved automatically. This will run parallelly in GitHub Actions whenever there is a push to the main/master branch and will not block deployments. If the FOSSA action detects any licensing issues it will open an issue in GitHub to team-cloud retrospectively.

For more information on the fossa-license-scan.yml workflow, see: https://stackoverflow.com/c/intercom/questions/1270

Copy link
Member

@serenaf serenaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved by team-cloud on-call as part of https://docs.google.com/document/d/197n5CEB3NbkGutQGK9SRvy47IR74P2zIAIbMIUNE_PQ/edit

@enrico-intercom enrico-intercom merged commit 26c08ac into master Feb 17, 2022
@dannyfallon dannyfallon deleted the add-fossa-workflow branch February 21, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants