Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps google/osv-scanner from 1.9.2 to 2.0.2.

Release notes

Sourced from google/osv-scanner's releases.

v2.0.2

Fixes:

  • [Bug #1842](google/osv-scanner#1842) Fix an issue in the GitHub Action where call analysis for Go projects using the tool directive (Go 1.24+) in go.mod files would fail. The scanner image has been updated to use a newer Go version.
  • [Bug #1806](google/osv-scanner#1806) Fix an issue where license overrides were not correctly reflected in the final scan results and license summary.
  • [Fix #1825](google/osv-scanner#1825), #1809, #1805, #1803, #1787 Enhance XML output stability and consistency by preserving original spacing and minimizing unnecessary escaping. This helps reduce differences when XML files are processed.

New Contributors

Full Changelog: google/osv-scanner@v2.0.1...v2.0.2

v2.0.1

Changelog

Features:

  • [Feature #1730](google/osv-scanner#1730) Add support for extracting dependencies from .NET packages.config and packages.lock.json files.
  • [Feature #1770](google/osv-scanner#1770) Add support for extracting dependencies from rust binaries compiled with cargo-auditable.
  • [Feature #1761](google/osv-scanner#1761) Improve output when scanning for OS packages, we now show binary packages associated with a source package in the table output.

Fixes:

API Changes:

New Contributors

Full Changelog: google/osv-scanner@v2.0.0...v2.0.1

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:

... (truncated)

Changelog

Sourced from google/osv-scanner's changelog.

v2.0.2

Fixes:

  • [Bug #1842](google/osv-scanner#1842) Fix an issue in the GitHub Action where call analysis for Go projects using the tool directive (Go 1.24+) in go.mod files would fail. The scanner image has been updated to use a newer Go version.
  • [Bug #1806](google/osv-scanner#1806) Fix an issue where license overrides were not correctly reflected in the final scan results and license summary.
  • [Fix #1825](google/osv-scanner#1825), #1809, #1805, #1803, #1787 Enhance XML output stability and consistency by preserving original spacing and minimizing unnecessary escaping. This helps reduce differences when XML files are processed.

v2.0.1

Features:

  • [Feature #1730](google/osv-scanner#1730) Add support for extracting dependencies from .NET packages.config and packages.lock.json files.
  • [Feature #1770](google/osv-scanner#1770) Add support for extracting dependencies from rust binaries compiled with cargo-auditable.
  • [Feature #1761](google/osv-scanner#1761) Improve output when scanning for OS packages, we now show binary packages associated with a source package in the table output.

Fixes:

Docs:

API Changes:

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:

... (truncated)

Commits
  • a2a2385 chore(deps-dev): bump nokogiri from 1.18.4 to 1.18.8 in /docs in the bundler ...
  • b8c9438 chore: Changelog for v2.0.2 (#1847)
  • 1766328 fix(gh-action): call analysis doesn't work for go 1.24 (#1842)
  • d76bc12 test(osv-scanner/fix): actually import command from package (#1845)
  • de15fc3 test(fix): use public package (#1832)
  • 63d392d test: add case for when "false" is explicitly passed as the value for `--offl...
  • 7d48ca4 refactor(cmd): rename and cleanup licenseGenericFlag implementation (#1834)
  • ffe3391 test: only include specific command under test in cmd package tests (#1831)
  • 8c09fbb test: update snapshots (#1833)
  • cb60d8a feat(xml): store the original text in CharData (#1825)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [google/osv-scanner](https://github.com/google/osv-scanner) from 1.9.2 to 2.0.2.
- [Release notes](https://github.com/google/osv-scanner/releases)
- [Changelog](https://github.com/google/osv-scanner/blob/main/CHANGELOG.md)
- [Commits](google/osv-scanner@v1.9.2...v2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2025
@dependabot dependabot bot requested a review from skyzyx as a code owner May 1, 2025 04:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

Superseded by #165.

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/google/osv-scanner-2.0.2 branch June 16, 2025 04:51
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants