Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update dart classifier to support 2.x and arm/v7 in 3.x #3475

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

witchcraze
Copy link
Contributor

Description

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

note:
As make add-snippet wrote snippet to "classifiers/snippets/dart/3.0.0/linux-unknown-454d5f41524d/dart", I renamed folder to match under classifiers/bin/dart/3.0.0


$ go run cmd/syft/main.go -q --platform linux/arm/v7 dart:3.0.0-sdk | grep dart
dart                    3.0.0                           binary

$ go run cmd/syft/main.go -q dart:2 | grep dart
dart                    2.19.6                          binary

Signed-off-by: witchcraze <witchcraze@gmail.com>
Copy link
Contributor

@kzantow kzantow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kzantow kzantow merged commit 2118295 into anchore:main Nov 22, 2024
12 checks passed
@witchcraze witchcraze deleted the 3278_update_dart_classifier branch November 23, 2024 02:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Dart arm/v7 in 3.x and 2.x
2 participants