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

chore(deps): update dependency ossf/scorecard to v5.1.0 #10258

Merged
merged 2 commits into from
Feb 13, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
ossf/scorecard minor 5.0.0 -> 5.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ossf/scorecard (ossf/scorecard)

v5.1.0

Compare Source

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
Signed-Releases

Docs

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

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

Auto-approved because label type/renovate is present.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

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

Auto-approved because label type/renovate is present.

Copy link

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/scorecard:5.1.0

📦 Image Reference ghcr.io/uniget-org/tools/scorecard:5.1.0
digestsha256:4af31130978019e7ee0ea9db747c5456b5ee28555558ef9a073d9c87fb038fb4
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size18 MB
packages138

Copy link

Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/13302683353.

Copy link

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/13302683353.

@github-actions github-actions bot merged commit 12a4bd7 into main Feb 13, 2025
10 checks passed
@github-actions github-actions bot deleted the renovate/ossf-scorecard-5.x branch February 13, 2025 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants