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

[bug] Scorecard action not reporting binary artifacts in the repo #1116

Closed
godofredoc opened this issue Mar 29, 2023 · 4 comments
Closed

[bug] Scorecard action not reporting binary artifacts in the repo #1116

godofredoc opened this issue Mar 29, 2023 · 4 comments

Comments

@godofredoc
Copy link

flutter/packages contain a binary artifact https://github.com/flutter/packages/blob/main/packages/rfw/example/wasm/logic/calculator.wasm but scorecard action is not reporting it(https://deps.dev/project/github/flutter%2Fpackages).

It seems like the current version is from the end of 2020 is there a new release scheduled? is this caused by the action not using the latest version of scorecard?

@godofredoc
Copy link
Author

\cc @diogoteles08

@diogoteles08
Copy link

Hi!

@gabibguti helped me on the analysis, and we could verify that the file is being reported by Scorecard v4.10.4 but it's not by Scorecard v4.10.2 , so that should be it.

Is there an easy way to verify what Scorecard version is used by the latest scorecard-action version?

@spencerschrock
Copy link
Contributor

Is there an easy way to verify what Scorecard version is used by the latest scorecard-action version?

Any artifacts will have the scorecard version used in them:
e.g. https://github.com/ossf/scorecard/actions/runs/4556801547

The release notes usually include the scorecard version in the changelog. Or you can look at the go.mod file at the tag in question: https://github.com/ossf/scorecard-action/blob/v2.1.3/go.mod

v2.1.3 has been released which has this fix. Feel free to re-open if you continue to observe the behavior after updating.

@godofredoc
Copy link
Author

Thanks @spencerschrock for the new release. Dependabot already started rolling the new version to the flutter repositories.

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

No branches or pull requests

3 participants