mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Update imgbom/cataloger/java/pom_properties.go
Co-authored-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
parent
40f8e3a7de
commit
c9bfc0aecd
@ -39,7 +39,7 @@ func parsePomProperties(path string, reader io.Reader) (*pkg.PomProperties, erro
|
||||
}
|
||||
|
||||
if err := mapstructure.Decode(propMap, &props); err != nil {
|
||||
return nil, fmt.Errorf("unable parse pom.propertoes: %w", err)
|
||||
return nil, fmt.Errorf("unable to parse pom.properties: %w", err)
|
||||
}
|
||||
|
||||
props.Path = path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user