This GitHub Action scans your repository for secrets using tartufo.
The target repository should be checked out before invoking this action. The tartufo.toml file in the checked out branch will be used as the configuration.
Optional Enable entropy checks. Default "true"
.
Optional Enable regex checks. Default "true"
.
Optional Enable filename checks. Default "true"
.
Optional The format in which the output is generated. Default "text"
.
Optional Modify entropy detection sensitivity. Default "75"
.
Optional Scan only the specified branch. By default, all branches in the repository are scanned.
Optional Scan git submodules. Default "false"
.
uses: godaddy/tartufo-action@v1