-
Notifications
You must be signed in to change notification settings - Fork 74
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
FOSSA scan enabled #22
Conversation
@stefanprodan fixed, thanks :) |
@idvoretskyi not quite, pull requests will be made against main not master 😉 |
@stefanprodan yep, fixed! |
@idvoretskyi would you mind updating your PR once more, maybe squashing the three commits into one and also signing-off so DCO passes? Thank you! |
Signed-off-by: Ihor Dvoretskyi <[email protected]>
6eb0c44
to
1496c92
Compare
Rebased on main, and into one commit 🐟 |
- uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: "^1.14.x" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if important/relevant. Should we go with 1.15? 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-) Let's fix it in post (so we can get Ihor's PR merged and not ask more of them)
Ref.: cncf/foundation#109
Signed-off-by: Ihor Dvoretskyi [email protected]