nextcloud-libraries/Run NPM audit
Runs NPM audit fix and created a Markdown output on what changed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | The directory where to run npm audit | no | "" |
| fix | If also 'npm audit fix' should be run. Otherwise just the Markdown output is generated. | no | true |
| output-path | Optional output file for formatted markdown | no | — |
Outputs
| name | description |
|---|---|
| markdown | Formatted output what can be fixed with 'npm audit fix' |