Add support for SUPPORT_END in distro#1612
Merged
kzantow merged 2 commits intoanchore:mainfrom Feb 27, 2023
Merged
Conversation
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>
457adaa to
eccda5f
Compare
This was referenced Mar 2, 2023
Closed
Merged
Closed
Closed
Open
Bump github.com/anchore/syft from 0.34.0 to 0.74.0
nvtkaszpir/chart-testing#86
Open
This was referenced Mar 10, 2023
Open
Closed
GijsCalis
pushed a commit
to GijsCalis/syft
that referenced
this pull request
Feb 19, 2024
Signed-off-by: Benji Visser <benji@093b.org>
This file contains hidden or 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
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_ENDis an optional parameter in/etc/os-releasethat 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