-
Notifications
You must be signed in to change notification settings - Fork 30
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
Move FOSSA workflows to newrelic org #48
Conversation
Add basic fossa workflow
fixup: move fossa workflow into .github/workflows
This file was moved into .github/workflows
This reverts commit 7ac770e.
Setup action per repo
Add schedule trigger
add elixir workflow
add otp and elixir versions
Add separate fossa-caos workflow
Fossa gradle
There's quite a lot of boilerplate that's the same from one workflow to another. GH has a feature to reuse workflows. However, I think it wouldn't work in this case because the way the code is structured doesn't lend itself to it. Do you agree? |
Can you verify that the missing
|
Regarding the duplicated code: I completely agree that it is preferable to move it to a reusable workflow. FOSSA is working on refactoring for us. They have a POC that they will share later this week. |
Re: Thank you for catching that |
This prevents the workflow from terminating early if the CLI hits an error.
Add FOSSA workflows
Adds the following workflows to be used by FOSSA PR based scanning: