Skip to content

Commit b3b788d

Browse files
krukowCopilot
andcommitted
chore(workflow): allow python in docs sandbox
Allow python:* and python3:* in the Daily Documentation Updater sandbox tool allowlist to reduce command denials for log/payload processing while preserving strict sandboxing constraints. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c99e97d commit b3b788d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/daily-doc-updater.lock.yml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-doc-updater.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ tools:
4747
- "grep:*"
4848
- "git:*"
4949
- "bb:*"
50+
- "python:*"
51+
- "python3:*"
5052
- "which:*"
5153
- "head:*"
5254
- "tail:*"

0 commit comments

Comments
 (0)