UserEsp
UserEsp

Reputation: 426

Xray license support detection

Does Xray from Jfrog has support for expression-type license violation detection in NuGet packages? Or is it just for custom types using .txt or md files?

Upvotes: 0

Views: 271

Answers (1)

Dor Tambour
Dor Tambour

Reputation: 146

Xray reads .nuspec file and should detect expression-type licenses from this file as well as license.txt file and license.md file (As in most package types)

If you encounter a different Behavior please let me know about it.

Upvotes: 1

Related Questions