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

ci: bump google/osv-scanner from 1.9.2 to 2.0.0 #8866

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps google/osv-scanner from 1.9.2 to 2.0.0.

Release notes

Sourced from google/osv-scanner's releases.

v2.0.0

This release merges the improvements, features, and fixes from v2.0.0-rc1, v2.0.0-beta2, and v2.0.0-beta1.

Important: This release includes several breaking changes aimed at future-proofing OSV-Scanner. Please consult our comprehensive Migration Guide to ensure a smooth upgrade.

Features:

  • Layer and base image-aware container scanning:
    • Rewritten support for Debian, Ubuntu, and Alpine container images.
    • Layer level analysis and vulnerability breakdown.
    • Supports Go, Java, Node, and Python artifacts within supported distros.
    • Base image identification via deps.dev.
    • Usage: osv-scanner scan image <image-name>:<tag>
  • Interactive HTML output:
    • Severity breakdown, package/ID/importance filtering, vulnerability details.
    • Container image layer filtering, layer info, base image identification.
    • Usage: osv-scanner scan --serve ...
  • Guided Remediation for Maven pom.xml:
    • Remediate direct and transitive dependencies (non-interactive mode).
    • New override remediation strategy.
    • Support for reading/writing pom.xml and parent POM files.
    • Private registry support for Maven metadata.
    • Machine-readable output for guided remediation.
  • Enhanced Dependency Extraction with osv-scalibr:
    • Haskell: cabal.project.freeze, stack.yaml.lock
    • .NET: deps.json
    • Python: uv.lock
    • Artifacts: node_modules, Python wheels, Java uber jars, Go binaries
  • [Feature #1636](google/osv-scanner#1636) osv-scanner update command for updating the local vulnerability database (formerly experimental).
  • [Feature #1582](google/osv-scanner#1582) Add container scanning information to vertical output format.
  • [Feature #1587](google/osv-scanner#1587) Add support for severity in SARIF report format.
  • [Feature #1569](google/osv-scanner#1569) Add support for bun.lock lockfiles.
  • [Feature #1547](google/osv-scanner#1547) Add experimental config support to the scan image command.
  • [Feature #1557](google/osv-scanner#1557) Allow setting port number with --serve using the new --port flag.

Breaking Changes:

Improvements:

... (truncated)

Changelog

Sourced from google/osv-scanner's changelog.

OSV-Scanner v2.0.0

This release merges the improvements, features, and fixes from v2.0.0-rc1, v2.0.0-beta2, and v2.0.0-beta1.

Important: This release includes several breaking changes aimed at future-proofing OSV-Scanner. Please consult our comprehensive Migration Guide to ensure a smooth upgrade.

Features:

  • Layer and base image-aware container scanning:
    • Rewritten support for Debian, Ubuntu, and Alpine container images.
    • Layer level analysis and vulnerability breakdown.
    • Supports Go, Java, Node, and Python artifacts within supported distros.
    • Base image identification via deps.dev.
    • Usage: osv-scanner scan image <image-name>:<tag>
  • Interactive HTML output:
    • Severity breakdown, package/ID/importance filtering, vulnerability details.
    • Container image layer filtering, layer info, base image identification.
    • Usage: osv-scanner scan --serve ...
  • Guided Remediation for Maven pom.xml:
    • Remediate direct and transitive dependencies (non-interactive mode).
    • New override remediation strategy.
    • Support for reading/writing pom.xml and parent POM files.
    • Private registry support for Maven metadata.
    • Machine-readable output for guided remediation.
  • Enhanced Dependency Extraction with osv-scalibr:
    • Haskell: cabal.project.freeze, stack.yaml.lock
    • .NET: deps.json
    • Python: uv.lock
    • Artifacts: node_modules, Python wheels, Java uber jars, Go binaries
  • [Feature #1636](google/osv-scanner#1636) osv-scanner update command for updating the local vulnerability database (formerly experimental).
  • [Feature #1582](google/osv-scanner#1582) Add container scanning information to vertical output format.
  • [Feature #1587](google/osv-scanner#1587) Add support for severity in SARIF report format.
  • [Feature #1569](google/osv-scanner#1569) Add support for bun.lock lockfiles.
  • [Feature #1547](google/osv-scanner#1547) Add experimental config support to the scan image command.
  • [Feature #1557](google/osv-scanner#1557) Allow setting port number with --serve using the new --port flag.

Breaking Changes:

Improvements:

... (truncated)

Commits
  • 0e986b4 chore: Update documentation lockfile (#1715)
  • 19e3061 chore: V2 release changelog (#1711)
  • 5462bda fix(javareach): maven validation and correct manifest class name parsing (#1708)
  • 2c0af94 refactor: use any instead of interface{} (#1709)
  • 44ceaf0 fix(deps): update osv-scanner minor (#1699)
  • 8efd81e chore(deps): update github/codeql-action action to v3.28.11 (#1697)
  • 6483c71 chore: configure golangci-lint to always show all issues from all linters (...
  • 324f066 chore: exclude all third-party packages from linting (#1704)
  • b202534 fix: Update to the commit before container optimisation (#1702)
  • 2310a89 chore(deps): update golang docker tag to v1.24.1 (#1698)
  • 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 [google/osv-scanner](https://github.com/google/osv-scanner) from 1.9.2 to 2.0.0.
- [Release notes](https://github.com/google/osv-scanner/releases)
- [Changelog](https://github.com/google/osv-scanner/blob/main/CHANGELOG.md)
- [Commits](google/osv-scanner@1e295ee...0e986b4)

---
updated-dependencies:
- dependency-name: google/osv-scanner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

0 participants