-
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
Add support for SUPPORT_END in distro #1612
Merged
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: 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>
noqcks
force-pushed
the
benji/os-support-end
branch
from
February 23, 2023 15:58
457adaa
to
eccda5f
Compare
kzantow
approved these changes
Feb 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This was referenced Mar 2, 2023
Closed
This was referenced Mar 10, 2023
Closed
GijsCalis
pushed a commit
to GijsCalis/syft
that referenced
this pull request
Feb 19, 2024
Signed-off-by: Benji Visser <benji@093b.org>
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.
SUPPORT_END
is an optional parameter in/etc/os-release
that describes "The date at which support for this version of the OS ends." https://www.freedesktop.org/software/systemd/man/os-release.htmlThis would be useful to have for a project I'm building around finding EOL dates for software, which uses Syft to generate SBOMs - https://github.com/noqcks/xeol