You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When managing multiple projects, it would be helpful to have a base configuration on which can be extended upon.
Extending by using a external resource
Load an audit-resolve.json based on a input url, for example https://example.com/audit-resolve.json from this external url load the base decisions and merge the project/local audit-resolve.json on top of it.
Extending by using another package
My personal preferred way of loading previous decisions, feed the audit-resolve with a NPM package that solely exports an audit-resolve.json. Importing would look like @company/npm-audit-log.
When managing multiple projects, it would be helpful to have a base configuration on which can be extended upon.
Extending by using a external resource
Load an
audit-resolve.json
based on a input url, for examplehttps://example.com/audit-resolve.json
from this external url load the base decisions and merge the project/localaudit-resolve.json
on top of it.Extending by using another package
My personal preferred way of loading previous decisions, feed the
audit-resolve
with a NPM package that solely exports anaudit-resolve.json
. Importing would look like@company/npm-audit-log
.Example of executing the audit-resolve command:
Let me know your thoughts about this.
The text was updated successfully, but these errors were encountered: