bmw-software-engineering / lobster

Lightweight Open BMW Software Traceability Evidence Report
GNU Affero General Public License v3.0
12 stars 6 forks source link

Support using graphviz with explicit path #31

Closed phiwuu closed 2 months ago

phiwuu commented 5 months ago

Problem:

When using Lobster with Bazel, it clears the PATH variable (to make sure all inputs are exactly known), But lobster-html-report calls graphviz by looking up the location of the graphviz executible in PATH. Hence it is not possible to generate an image of the tracing policy in the HTML report.

Request:

Add a feature to specify the path to the graphviz executable.