Skip to content

build(deps): bump github.com/ossf/scorecard/v5 from 5.0.0 to 5.1.1 #651

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2025

Bumps github.com/ossf/scorecard/v5 from 5.0.0 to 5.1.1.

Release notes

Sourced from github.com/ossf/scorecard/v5's releases.

v5.1.1

What's Changed

Full Changelog: ossf/scorecard@v5.1.0...v5.1.1

v5.1.0

What's Changed

  • There is a new --file-mode flag to control how repository files are fetched. (#4474, @​spencerschrock)
    • The default method if unspecified is --file-mode archive which is what older versions of Scorecard always used.
    • --file-mode git produces the most accurate results for repositories with .gitattributes files at the cost of analysis speed. This currently only supports GitHub but can be expanded to other forges in the future.
  • The Scorecard binary name in releases is now consistent across all platforms (#4520, @​timothysparg)
  • Scorecard now prints a warning if multiple GitHub PAT environment variables are set with different values. (#4483, @​aunovis-heidrich)

Azure DevOps Support (Experimental)

There is now experimental support for Azure DevOps repositories (thanks @​JamieMagee). Most checks should work, but the following checks do not: Branch-Protection, SBOM, and Signed-Releases.

To analyze a repository:

  1. Set the SCORECARD_EXPERIMENTAL environment variable to any value.
  2. Put your access token in the AZURE_DEVOPS_AUTH_TOKEN environment variable.

Checks

  • Enabled Fuzzing, License, Packaging, SAST, and Security-Policy checks when using --local option (#4423, @​lharrison13)

CI-Tests

Contributors

Dangerous-Workflow

  • When detecting a potential script injection in a GitHub workflow, Scorecard now adds a machine-readable patch to fix the vulnerability. This patch can be applied to your project using git apply or patch -p1 from the repository's root. The patch is currently only visible when running the hasDangerousWorkflowScriptInjection probe directly. (#4218, @​pnacht)

Fuzzing

  • Support detection of fuzzing in Elixir and Gleam through the import of property-based testing modules (#4408, @​kikofernandez)
  • Support detection of fuzzing in Erlang through the import of property-based testing modules (#4406, @​kikofernandez)

License

  • Updates list of supported SDPX licenses to include latest data. (#4323, @​lelia)

Pinned-Dependencies

Security-Policy

... (truncated)

Commits
  • cd152cb Cache files during gitfile handler setup (#4522)
  • b0143fc ✨ Add GitHub git compatibility mode (#4474)
  • 6fc296e 🌱 remove OS and Arch info from scorecard release binary name (#4520)
  • 2d95671 🌱 Bump the gomod group across 2 directories with 8 updates (#4515)
  • 67d84d1 🌱 Bump the golang group across 8 directories with 1 update (#4512)
  • 56bc388 🌱 Bump the github-actions group with 4 updates (#4513)
  • 3220bff 🌱 Bump github/codeql-action in the github-actions group (#4509)
  • 2adbb88 🌱 Bump github.com/golang/glog from 1.2.2 to 1.2.4 (#4507)
  • 251853b 🌱 Bump actions/setup-go from 5.2.0 to 5.3.0 (#4504)
  • f8ff154 🌱 Bump the github-actions group with 2 updates (#4503)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/ossf/scorecard/v5](https://github.com/ossf/scorecard) from 5.0.0 to 5.1.1.
- [Release notes](https://github.com/ossf/scorecard/releases)
- [Changelog](https://github.com/ossf/scorecard/blob/main/RELEASE.md)
- [Commits](ossf/scorecard@v5.0.0...v5.1.1)

---
updated-dependencies:
- dependency-name: github.com/ossf/scorecard/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 18, 2025 00:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 18, 2025
...to match ossf/scorecard.

Signed-off-by: Stephen Augustus <[email protected]>
Copy link
Member

@justaugustus justaugustus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

FYI on this scorecard bump, @jeffmendoza!

@dependabot dependabot bot merged commit 5ef0769 into main Feb 18, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ossf/scorecard/v5-5.1.1 branch February 18, 2025 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant