Skip to content
Snippets Groups Projects
Unverified Commit 270defd2 authored by Rafael Epplée's avatar Rafael Epplée
Browse files

Add git command to allowlist

In Release 0.129.0 [0], hugo changed their internal implementation to
respect the allowList config when calling git. Adding this fixes the
currently failing build.

The git information is used to add the "last modified" link at the bottom of each RFC
page.

[0]: https://github.com/gohugoio/hugo/releases/tag/v0.129.0
parent d17f6a57
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,4 @@ pluralizeListTitles = false
[security]
[security.exec]
allow = ['^rst2html$']
allow = ['^rst2html$', '^git$']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment