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

build(deps): bump github.com/anchore/grype from 0.79.6 to 0.80.0 #1138

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps github.com/anchore/grype from 0.79.6 to 0.80.0.

Release notes

Sourced from github.com/anchore/grype's releases.

v0.80.0

Added Features

Bug Fixes

  • correctly close the db file in v4/v5 stores [#2066 @​AndreiStefanie]
  • Grype panics with a nil pointer dereference error when given an empty string argument [#2063 #2064 @​lucasrod16]
  • Ignoring search results when CPE is not set in the SBOM [#2039 #2040 @​aeg]
  • "No vulnerability database update available" when actually the check for an update was unsuccessful [#310 #1247 @​shanedell]
  • CycloneDX output metadata.properties set to null instead of empty array or omitted [#1759]

Additional Changes

(Full Changelog)

Commits
  • 205ccfb chore(deps): bump github/codeql-action from 3.26.2 to 3.26.3 (#2070)
  • 8dee469 chore(deps): update Syft to v1.11.1 (#2071)
  • 41cfd42 chore: add grype version to db network operations (#2062)
  • e7a3c01 fix: do not panic when given empty string arg (#2064)
  • c1b9498 chore(deps): bump github.com/charmbracelet/bubbletea (#2067)
  • 589d86c fix: correctly close the db file in v4/v5 stores (#2066)
  • 7dfa436 Add "Alpine Linux" to IDMapping; handle no CPEs error in findApkPackage. (#2040)
  • a758b01 chore(deps): update tools to latest versions (#2055)
  • c5fb1a3 chore(deps): bump github.com/docker/docker (#2052)
  • d21c549 fix: fail when grype cant check for db update (#1247)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 21, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/anchore/grype-0.80.0 branch from 954753a to 9556827 Compare August 21, 2024 19:28
@luhring
Copy link
Contributor

luhring commented Aug 22, 2024

We're expecting a forthcoming Grype release to resolve the test failure 🤞

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/anchore/grype-0.80.0 branch from 9556827 to ba11dde Compare August 22, 2024 17:10
@luhring
Copy link
Contributor

luhring commented Sep 3, 2024

Going to take a closer look at this now since we still haven't seen a Grype release

@luhring
Copy link
Contributor

luhring commented Sep 4, 2024

@dependabot rebase

Bumps [github.com/anchore/grype](https://github.com/anchore/grype) from 0.79.6 to 0.80.0.
- [Release notes](https://github.com/anchore/grype/releases)
- [Changelog](https://github.com/anchore/grype/blob/main/.goreleaser.yaml)
- [Commits](anchore/grype@v0.79.6...v0.80.0)

---
updated-dependencies:
- dependency-name: github.com/anchore/grype
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/anchore/grype-0.80.0 branch from ba11dde to 73d2ed1 Compare September 4, 2024 18:27
Grype changed how it handles DB closing in https://github.com/anchore/grype/releases/tag/v0.80.0.
This means we now need to pass the responsibility of closing the Scanner's database onto each consumer.

Signed-off-by: Dan Luhring <[email protected]>
@luhring luhring merged commit c76d15d into main Sep 4, 2024
6 checks passed
@luhring luhring deleted the dependabot/go_modules/github.com/anchore/grype-0.80.0 branch September 4, 2024 19:03
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.

2 participants