Allow Yarn v4 audit resolution#766
Conversation
attiasas
left a comment
There was a problem hiding this comment.
Did you validate that the build dependency tree is successful running and generating data on a project with Yarn v4 without errors?
please add integration tests at audit_test.go to validate this
|
Thanks, added this in Changes:
Verification:
I also tried |
0df9960 to
70420e1
Compare
|
Quick update after rebasing onto current While rebasing I kept the new upstream behavior that rejects Yarn v4 for The PR diff is now focused on the requested coverage:
Re-verified:
|
Summary
jfrog aud --yarn.Fixes jfrog/jfrog-cli#3512.
Verification
go test ./sca/bom/buildinfo/technologies/yarn -run TestArtifactoryResolutionSupportedYarnVersions -count=1go test ./sca/bom/buildinfo/technologies/yarn -run '^$' -count=1rg -n "Yarn V4|Yarn v4|currently not supported for Yarn V1" sca\bom\buildinfo\technologies\yarngit diff --checkImplemented with Codex assistance; I kept the patch focused and manually reviewed the final diff.