mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
fix: Restore trusted_packages template entry and revert DefaultConfig change
This commit is contained in:
@@ -55,7 +55,9 @@ proxy_install_only: false
|
||||
#
|
||||
# The purl is the package identifier and the reason is the reason for trusting the package.
|
||||
# PURL specification: https://github.com/package-url/purl-spec
|
||||
trusted_packages: []
|
||||
trusted_packages:
|
||||
- purl: pkg:npm/@safedep/pmg
|
||||
reason: "PMG is a trusted package for PMG"
|
||||
|
||||
# Sandbox configuration (EXPERIMENTAL)
|
||||
# When enabled, package managers run in sandbox environments with restricted
|
||||
|
||||
Reference in New Issue
Block a user