Skip to content

Commit

Permalink
update actions summary
Browse files Browse the repository at this point in the history
  • Loading branch information
edplato committed Dec 6, 2019
1 parent fa17e23 commit 4c8d686
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

# Trufflehog Actions Scan :pig_nose::key:

Scan repository for secrets with basic [trufflehog](https://github.com/dxa4481/truffleHog) defaults in place for easy setup.
Scan recent commits in repository for secrets with basic [trufflehog](https://github.com/dxa4481/truffleHog) defaults in place for easy setup.

This action is intended as a Continuous Integration secret scan in an already "clean" repository. The default commit scan depth is the last 50 commits and can be adjusted using Custom Arguments (see below).

It is recommended to run a basic trufflehog scan on your entire repository prior to relying on this CI solution (Note: this can be done manually from the command line or by using this action with custom options `"--regex --entropy=False"`).

## Usage

Expand Down

0 comments on commit 4c8d686

Please sign in to comment.