Skip to content

Commit faa9945

Browse files
Create main.yml
1 parent c57df50 commit faa9945

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

0 commit comments

Comments
 (0)