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

🐛 fix and result of multicheck #571

Merged
merged 4 commits into from
Jun 14, 2021
Merged

Conversation

asraa
Copy link
Contributor

@asraa asraa commented Jun 11, 2021

Signed-off-by: Asra Ali [email protected]

  • Please check if the PR fulfills these requirements
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Fixes MultiCheckAnd logic. If there is a failing result with confidence 7 and another with 10, multicheck and should return the worst, as in, the 10.

  • What is the current behavior? (You can also link to an open issue here)
    MultiCheckAnd will return the least confident of failing results.

  • What is the new behavior (if this is a feature change)?
    MultiCheckAnd will return the most confident of failing results.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:

Signed-off-by: Asra Ali <[email protected]>
checker/check_result.go Show resolved Hide resolved
@laurentsimon laurentsimon enabled auto-merge (squash) June 11, 2021 20:44
Signed-off-by: Asra Ali <[email protected]>
auto-merge was automatically disabled June 14, 2021 14:17

Head branch was pushed to by a user without write access

@inferno-chromium inferno-chromium enabled auto-merge (squash) June 14, 2021 17:52
@inferno-chromium inferno-chromium merged commit b7ca0d9 into ossf:main Jun 14, 2021
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.

4 participants