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): upgrade syft to 1.1 #2654

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Noxsios
Copy link

@Noxsios Noxsios commented Apr 10, 2024

Syft went 1.0 and has breaking changes in its API.

I checked that the scan UI was able to come up w/

  imageScans:
    enable: true
    exclusions:
      namespaces:
        - kube-system

but I am not sure how to test locally to verify everything is working properly.

go.mod changes are from go mod tidy

Signed-off-by: razzle <harry@razzle.cloud>
Copy link
Owner

@derailed derailed left a comment

Choose a reason for hiding this comment

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

@Noxsios Thank you for this update! Looks like we have some conflicts ;(

@Noxsios
Copy link
Author

Noxsios commented Jun 4, 2024

@derailed Sorry about the delay :|

There are some additional things that got upgraded from:

go get -u github.com/anchore/syft
go get -u github.com/anchore/grype
go mod tidy

I'm pretty sure none of these upgrades should break anything, but I know that stuff like github.com/docker/cli likes to break on minors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants