trufflehog3

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 8 Imported by: 0

README

Trufflehog3 Plugin

The main function of the plugin is to present a top-level interface for a Trufflehog3 scanner.

This page is a short plugin description.
You may find additional information in a scanio-analyse article.

Trufflehog3 command

By defaul a plugin use this command:
trufflehog3 + <AdditionalArgs> + [--rules <ConfigPath>] + [--format <ReportFormat>] + -z + --output <ResultsPath> + <RepoPath>

Where:

  • AdditionalArgs is additional arguments in scanio analyse command after --.
  • ConfigPath is a path to a custom config. Will be applied if you use --config or -c in scanio analyse command.
  • ReportFormat is a non-default format of a report. Will be applied if you use --format or -f.
  • -z says to Trufflehog3 always exit with zero status code. WE use it because Trufflehog3 sends a not correct exit code even when it finished without errors.
  • --output is a path on a local disk to file with results. Trufflehog3 will create or rewrite a file with results by using this path.

Installing Dependencies

If you build the Scanio code using Docker or pull a pre-built container, you do not need to separately install the Trufflehog3 dependencies. However, if you build the Scanio code to a binary, you will need to install Trufflehog3 before using the application. You can refer to the Trufflehog3 documentation for more information.

Commands

  • Analysing using trufflehog3 with an input file argument.
    scanio analyse --scanner trufflehog3 --input-file /Users/root/.scanio/output.file --format json -j 2
  • Analysing using trufflehog3 with a specific path .
    scanio analyse --scanner trufflehog3 --format json -j 1 /tmp/my_project
  • Analysing using trufflehog3 with an input file and custom rules.
    scanio analyse --scanner trufflehog3 --config /Users/root/scan-io-trufflehog-rules --input-file /Users/root/.scanio/output.file --format json -j 2
  • Analysing using trufflehog3 with an input file and additional arguments.
    scanio analyse --scanner trufflehog3 --input-file /Users/root/.scanio/output.file --format json -- --vvv

Results of the Command

If you use an input file argument the command will save results into a home directory: ~/.scanio/results/+<VCSURL>+<Namespace>+<repo_name>/<scanner_name>.<report_format>.

If you use a specific path argument the command will save results into the same directory:

  • scanio analyse --scanner <scanner_name> --format <report_format> /tmp/my_project
  • Result path - /tmp/my_project/<scanner_name>.<report_format>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL