-
Notifications
You must be signed in to change notification settings - Fork 594
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
Bump Syft in Grype to pull in unmarshaling fix #1703
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Will Murphy <will.murphy@anchore.com>
Signed-off-by: Will Murphy <will.murphy@anchore.com>
Signed-off-by: Will Murphy <will.murphy@anchore.com>
Signed-off-by: Will Murphy <will.murphy@anchore.com>
Signed-off-by: Will Murphy <will.murphy@anchore.com>
Signed-off-by: Will Murphy <will.murphy@anchore.com>
Signed-off-by: Will Murphy <will.murphy@anchore.com>
Signed-off-by: Will Murphy <will.murphy@anchore.com>
… image Signed-off-by: Will Murphy <will.murphy@anchore.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
wagoodman
approved these changes
Feb 7, 2024
This was referenced Feb 10, 2024
spiffcs
added a commit
to jneate/grype
that referenced
this pull request
Feb 13, 2024
* main: (224 commits) fix: only warn missing CPEs if CPEs wanted (anchore#1710) fix: ensure version output to stdout (anchore#1709) chore(deps): update bootstrap tools to latest versions (anchore#1706) chore(deps): update Syft to v0.104.0 (anchore#1704) Bump Syft in Grype to pull in unmarshaling fix (anchore#1703) chore(deps): bump github.com/docker/docker (anchore#1702) chore(deps): bump gorm.io/gorm from 1.25.6 to 1.25.7 (anchore#1700) chore(deps): update bootstrap tools to latest versions (anchore#1698) chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (anchore#1699) chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.0 to 0.5.2 (anchore#1697) chore(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 (anchore#1687) chore(deps): bump anchore/sbom-action from 0.15.6 to 0.15.8 (anchore#1690) chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0 (anchore#1691) chore(deps): bump github.com/docker/docker (anchore#1692) chore(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 (anchore#1689) Upgrade syft to v0.103.1 (anchore#1688) chore(deps): bump github.com/google/go-containerregistry (anchore#1685) chore(deps): bump anchore/sbom-action from 0.15.5 to 0.15.6 (anchore#1684) ensure releases only use released versions of syft (anchore#1680) chore(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 (anchore#1683) ... Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Syft to pull in anchore/syft#2603. Fixes compiler errors from exported types changes in Syft.