Skip to content

chore(deps): bump github.com/anchore/syft from 1.42.1 to 1.42.3#4738

Merged
AustinAbro321 merged 3 commits intomainfrom
dependabot/go_modules/github.com/anchore/syft-1.42.3
Mar 26, 2026
Merged

chore(deps): bump github.com/anchore/syft from 1.42.1 to 1.42.3#4738
AustinAbro321 merged 3 commits intomainfrom
dependabot/go_modules/github.com/anchore/syft-1.42.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps github.com/anchore/syft from 1.42.1 to 1.42.3.

Release notes

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

v1.42.3

Bug Fixes

  • Missing secondary evidence for .NET dependency in ghcr.io/open-telemetry/demo:2.0.0-accounting image [#4652]

Additional Changes

(Full Changelog)

v1.42.2

Bug Fixes

Additional Changes

(Full Changelog)

Commits
  • 860126c chore(deps): update anchore dependencies (#4681)
  • 36639f1 chore(deps): bump github.com/buger/jsonsparser to v1.1.2 (#4680)
  • f32238c chore(deps): bump the go-minor-patch group with 2 updates (#4678)
  • 0c8eef6 chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#4675)
  • 4d42f8a chore(deps): bump the go-minor-patch group with 2 updates (#4674)
  • e388511 chore: centralize temp files and prefer streaming IO (#4668)
  • a3dacf5 chore(deps): update tools to latest versions (#4663)
  • cccc9bf chore(deps): bump the go-minor-patch group with 3 updates (#4669)
  • 59f7725 chore(deps): bump github/codeql-action (#4670)
  • 7a6b157 chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#4671)
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/anchore/syft](https://github.com/anchore/syft) from 1.42.1 to 1.42.3.
- [Release notes](https://github.com/anchore/syft/releases)
- [Changelog](https://github.com/anchore/syft/blob/main/RELEASE.md)
- [Commits](anchore/syft@v1.42.1...v1.42.3)

---
updated-dependencies:
- dependency-name: github.com/anchore/syft
  dependency-version: 1.42.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Mar 20, 2026
@dependabot dependabot bot requested review from a team as code owners March 20, 2026 21:20
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Mar 20, 2026
@netlify
Copy link

netlify bot commented Mar 20, 2026

Deploy Preview for zarf-docs ready!

Name Link
🔨 Latest commit 0ad5c6e
🔍 Latest deploy log https://app.netlify.com/projects/zarf-docs/deploys/69c2535063614e00081dd742
😎 Deploy Preview https://deploy-preview-4738--zarf-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

brandtkeller
brandtkeller previously approved these changes Mar 21, 2026
@brandtkeller brandtkeller dismissed their stale review March 21, 2026 07:33

looking into the deprecation

Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
}
syftImage := image.NewImage(img, file.NewTempDirGenerator("zarf"), imageCachePath, image.WithTags(refInfo.Reference))
// syftImage := image.NewImage(img, file.NewTempDirGenerator("zarf"), imageCachePath, image.WithTags(refInfo.Reference))
syftImage := image.New(img, file.NewTempDirGenerator("zarf"), imageCachePath, image.WithTags(refInfo.Reference))
Copy link
Member

Choose a reason for hiding this comment

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

NewImage defers to New with all existing arguments being equal.

@brandtkeller
Copy link
Member

requesting additional review from @zarf-dev/maintainers after updating from a deprecated function.

@codecov
Copy link

codecov bot commented Mar 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/pkg/packager/layout/sbom.go 48.55% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
Signed-off-by: Brandt Keller <43887158+brandtkeller@users.noreply.github.com>
@AustinAbro321 AustinAbro321 added this pull request to the merge queue Mar 26, 2026
Merged via the queue into main with commit 5449292 Mar 26, 2026
32 checks passed
@AustinAbro321 AustinAbro321 deleted the dependabot/go_modules/github.com/anchore/syft-1.42.3 branch March 26, 2026 08:17
@github-project-automation github-project-automation bot moved this to Done in Zarf Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants