mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
fix: Sandbox profile for Go ecosystem (#361)
* fix: Sandbox profile for Go ecosystem * fix: Sandbox violations for network bind
This commit is contained in:
@@ -178,6 +178,12 @@ sandbox:
|
||||
enabled: true
|
||||
profile: uvx
|
||||
|
||||
# Go ecosystem (experimental). The go command is opt-in: it runs only when
|
||||
# invoked explicitly as `pmg go ...`.
|
||||
go:
|
||||
enabled: true
|
||||
profile: go
|
||||
|
||||
# Dependency cooldown blocks installation of package versions published within
|
||||
# a configurable time window.
|
||||
dependency_cooldown:
|
||||
|
||||
Reference in New Issue
Block a user