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

update node classifier to support 6.x #3419

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

witchcraze
Copy link
Contributor

Signed-off-by: witchcraze witchcraze@gmail.com

Description

This PR is update of #3284.
Sorry, I missed 6.x series.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have added unit tests that cover changed behavior
  • I have tested my code in common scenarios and confirmed there are no regressions
  • I have added comments to my code, particularly in hard-to-understand sections

$ go run cmd/syft/main.go -q node:6.2.2 | grep 'node '
node                          6.2.2                       binary
$ go run cmd/syft/main.go -q node:6.3.0 | grep 'node '
node                          6.3.0                       binary
$ go run cmd/syft/main.go -q node:6.4.0 | grep 'node '
node                          6.4.0                       binary
$ go run cmd/syft/main.go -q node:6.5.0 | grep 'node '
node                          6.5.0                       binary
$ go run cmd/syft/main.go -q node:6.6.0 | grep 'node '
node                          6.6.0                       binary
$ go run cmd/syft/main.go -q node:6.7.0 | grep 'node '
node                          6.7.0                       binary
$ go run cmd/syft/main.go -q node:6.8.0 | grep 'node '
node                          6.8.0                       binary
$ go run cmd/syft/main.go -q node:6.9.1 | grep 'node '
node                          6.9.1                       binary
$ go run cmd/syft/main.go -q node:6.9.2 | grep 'node '
node                          6.9.2                       binary
$ go run cmd/syft/main.go -q node:6.17 | grep 'node '
node                          6.17.1                          binary

Signed-off-by: witchcraze <witchcraze@gmail.com>
@wagoodman wagoodman merged commit 066aadb into anchore:main Nov 12, 2024
12 checks passed
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.

Support node 6.x versions
2 participants