itsallcode/Run OpenFastTrace

Runs OpenFastTrace with the `trace` command on files in the local workspace.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
file-patternsA whitespace separated list of (standard Bash) glob patterns which specify the files and directories to include in the OFT trace run. If not specified, the local workspace directory is used. no.
report-filenameThe name of the file that OpenFastTrace should write the analysis results to. yes
report-formatThe format of the report that OpenFastTrace should produce.noplain
tagsA comma separated list of tags to use for filtering specification items. no
fail-on-errorBy default, the action will never fail but indicate the result of running the trace command in the "oft-exit-code" output variable. Setting this parameter to "true" will let the Action return the exit code produced by running OpenFastTrace. nofalse
namedescription
oft-exit-codeThe exit code indicating the outcome of running OpenFastTrace (0: success, > 0: failure). The report is created in any case, as long as OpenFastTrace could be run at all.