Skip to content
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

✨ Added probe for permissive licenses #3838

Merged
merged 13 commits into from
Apr 12, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into copyleft-check
Signed-off-by: Spencer Schrock <sschrock@google.com>
  • Loading branch information
spencerschrock committed Apr 12, 2024
commit 6368a821e412c8111020ccc0dd9624b9f1435c8e
3 changes: 2 additions & 1 deletion probes/entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ var (
// Probes which aren't included by any checks.
// These still need to be listed so they can be called with --probes.
Uncategorized = []ProbeImpl{
freeOfAnyBinaryArtifacts.Run,
hasPermissiveLicense.Run,
codeReviewOneReviewers.Run,
hasBinaryArtifacts.Run,
}
)

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.