LLNL / Surfactant

Modular framework for file information extraction and dependency analysis to generate accurate SBOMs
MIT License
20 stars 14 forks source link

Add support for extract paths being files #244

Open nightlark opened 1 month ago

nightlark commented 1 month ago

Summary

If merged this pull request will allow extract paths given in a specimen config file to be a file.

Proposed changes

Part of addressing #126.

nightlark commented 1 month ago

@gliese1337 here's a PR that adds support for single files in the extract paths for the specimen config files -- feel free to leave a review with any issues you find.