We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52680cd commit 1798650Copy full SHA for 1798650
1 file changed
action.yml
@@ -19,6 +19,10 @@ inputs:
19
description: "Rules to enable in Trufflehog"
20
required: false
21
default: ""
22
+ trufflehog_show_unverified:
23
+ description: "Show unverified secrets in Trufflehog results"
24
+ required: false
25
+ default: "false"
26
27
# Bandit Configuration
28
bandit_exclude_dir:
@@ -108,12 +112,6 @@ inputs:
108
112
109
113
110
114
111
- # Trufflehog Configuration
- trufflehog_show_unverified:
- description: "Show unverified secrets in Trufflehog results"
- required: false
115
- default: "false"
116
-
117
# Log Forwarding Configuration
118
sumo_logic_enabled:
119
description: "Enable Sumo Logic log forwarding"
0 commit comments