-
Notifications
You must be signed in to change notification settings - Fork 571
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
fix: issue when matching format versions #1585
Merged
spiffcs
merged 1 commit into
anchore:main
from
kzantow-anchore:fix/format-sub-version-matching
Feb 22, 2023
Merged
fix: issue when matching format versions #1585
spiffcs
merged 1 commit into
anchore:main
from
kzantow-anchore:fix/format-sub-version-matching
Feb 22, 2023
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: Keith Zantow <kzantow@gmail.com>
kzantow
force-pushed
the
fix/format-sub-version-matching
branch
from
February 17, 2023 18:39
77c6689
to
6b30c83
Compare
spiffcs
approved these changes
Feb 22, 2023
This was referenced Feb 22, 2023
noqcks
pushed a commit
to noqcks/syft
that referenced
this pull request
Feb 23, 2023
Signed-off-by: Keith Zantow <kzantow@gmail.com>
noqcks
added a commit
to noqcks/syft
that referenced
this pull request
Feb 23, 2023
Signed-off-by: Benji Visser <benji@093b.org> chore: update SPDX license list (anchore#1599) Update SPDX license list to 3.20 (anchore#1600) Signed-off-by: Marc-Etienne Vargenau <marc-etienne.vargenau@nokia.com> Update Stereoscope to 529924d6d5aa6c708cceffc651883b6e1e27f5df (anchore#1602) Signed-off-by: GitHub <noreply@github.com> feat: add perl binary classifier (anchore#1592) Signed-off-by: Benji Visser <benji@093b.org> chore: update syft bootstrap tools to latest versions. (anchore#1593) fix: issue when matching format versions (anchore#1585) Signed-off-by: Keith Zantow <kzantow@gmail.com> fix: merging of binary packages (anchore#1583) chore: fix cataloger_test (anchore#1603) Signed-off-by: Keith Zantow <kzantow@gmail.com> Update Stereoscope to fab1c9638abc2c21cd53dca1f205f37d71148ee0 (anchore#1604) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: wagoodman <wagoodman@users.noreply.github.com> Revert "add workaround for macos github actions cache issue (anchore#1584)" (anchore#1605) This reverts commit 0076b19. Signed-off-by: Alex Goodman <alex.goodman@anchore.com> remove schema 6.2.1 Signed-off-by: Benji Visser <benji@093b.org>
This was referenced Feb 24, 2023
Closed
Closed
This was referenced Mar 5, 2023
GijsCalis
pushed a commit
to GijsCalis/syft
that referenced
this pull request
Feb 19, 2024
Signed-off-by: Keith Zantow <kzantow@gmail.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.
While working on PR #1583 I noticed there was an edge-case matching minor versions, for example if Syft JSON format has version
7.0.0
, requestingjson@7.0
would not match.