allow git in sec

This commit is contained in:
2026-04-01 06:53:33 +00:00
parent 453f866a3c
commit 80cdbc9e16

View File

@@ -57,4 +57,4 @@ enableGitInfo = true
"os.ReadDir" = [".*"]
[security.exec]
# Hugo must be allowed to run the asciidoctor binary
allow = ["^asciidoctor$"]
allow = ['^git$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']