File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ - name : Tartufo Scan
2+ # You may pin to the exact commit or the version.
3+ # uses: godaddy/tartufo-action@d95293febe8f40a6b8ee3ac0acebfc36c3b7e0d1
4+ uses : godaddy/tartufo-action@4.1.0
5+ with :
6+ # Override Tartufo scan mode
7+ mode : # optional, default is scan-local-repo
8+ # Enable entropy checks
9+ entropy : # optional, default is true
10+ # Enable regex checks
11+ regex : # optional, default is true
12+ # Enable filename checks
13+ scan-filenames : # optional, default is true
14+ # The format in which the output is generated
15+ output-format : # optional, default is text
16+ # Modify entropy detection sensitivity. This is expressed as on a scale of 0 to 100
17+ entropy-sensitivity : # optional
18+ # Scan only the specified branch
19+ branch : # optional
20+ # Scan git submodules
21+ include-submodule : # optional, default is false
22+
You can’t perform that action at this time.
0 commit comments