We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bd286 commit 2188590Copy full SHA for 2188590
opensca/sca/sbom/dsdx.go
@@ -31,7 +31,7 @@ func ParseDsdxXml(f *model.File) *model.DepGraph {
31
32
func parseDsdxDoc(f *model.File, doc *model.DsdxDocument) *model.DepGraph {
33
34
- if doc == nil || doc.DSDXVersion == "" {
+ if doc == nil {
35
return nil
36
}
37
0 commit comments