Skip to content

Conversation

@witchcraze
Copy link
Contributor

Signed-off-by: witchcraze [email protected]

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 <[email protected]>
@wagoodman wagoodman merged commit 066aadb into anchore:main Nov 12, 2024
12 checks passed
@witchcraze witchcraze deleted the 3404_update_node_classifier branch November 13, 2024 09:23
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