Skip to content

Commit 5f6ecda

Browse files
authored
Add trustPolicyIgnoreAfter (SchemaStore#5256)
Co-authored-by: btea <[email protected]>
1 parent d370b3b commit 5f6ecda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,10 @@
826826
"blockExoticSubdeps": {
827827
"description": "When set to true, it prevents the resolution of exotic protocols (like git+ssh: or direct https: tarballs) in transitive dependencies. Only direct dependencies are allowed to use exotic sources.",
828828
"type": "boolean"
829+
},
830+
"trustPolicyIgnoreAfter": {
831+
"description": "Allows ignoring the trust policy check for packages published more than the specified number of minutes ago. This is useful when enabling strict trust policies, as it allows older versions of packages (which may lack a process for publishing with signatures or provenance) to be installed without manual exclusion, assuming they are safe due to their age.",
832+
"type": "number"
829833
}
830834
},
831835
"additionalProperties": false

0 commit comments

Comments
 (0)