LLNL / Surfactant

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

Add output writer for Graphviz DOT format #71

Open nightlark opened 11 months ago

nightlark commented 11 months ago

Add an output writer that outputs relationships in the Graphviz DOT format for generating a graph showing how different files tie together.

Resources for information on the file format include:

The graph "type" output should probably be digraph.

theStache commented 10 months ago

I'm not that far along on this but I'm working on the .DOT output.