Skip to content

Commit 0ae6b8c

Browse files
authored
Add gitHooks to configuration as code example (#1727)
Detailed documentation of the strengths and weaknesses of git hooks is already included in the documentation. The example configuration was missing. Example configuration shows the default values.
1 parent 4da48b6 commit 0ae6b8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,10 @@ An example configuration might look like this:
452452

453453
[,yaml]
454454
----
455+
security:
456+
gitHooks:
457+
allowedOnAgents: false
458+
allowedOnController: false
455459
unclassified:
456460
scmGit:
457461
addGitTagAction: false

0 commit comments

Comments
 (0)