From 80cdbc9e1619ca2a841a39a37651587d139e6f92 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Wed, 1 Apr 2026 06:53:33 +0000 Subject: [PATCH] allow git in sec --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 5430c3d..ff052a0 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -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$']