Skip to content

Commit 5a568ff

Browse files
committed
add feature flag to app.ini example
1 parent 9f8d729 commit 5a568ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

custom/conf/app.example.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,10 @@ LEVEL = Info
10771077
;; This feature is experimental, not fully tested, and may be changed in the future
10781078
;ALLOW_FORK_INTO_SAME_OWNER = false
10791079

1080+
;; EXPERIMENTAL
1081+
;; Enabled instance to scan commits for secrets in code and reject pushes with contain such commits
1082+
;ENABLE_PUSH_SECRET_DETECTION = false
1083+
10801084
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10811085
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10821086
;[repository.editor]

0 commit comments

Comments
 (0)