Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base audit-resolve to extend upon #68

Open
jesse-mm opened this issue Apr 21, 2023 · 0 comments
Open

Base audit-resolve to extend upon #68

jesse-mm opened this issue Apr 21, 2023 · 0 comments

Comments

@jesse-mm
Copy link

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.

Example of executing the audit-resolve command:

audit-resolve --external-audit=@company/npm-audit-log

Let me know your thoughts about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant