Commit 76d410a8 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Merge branch 'docs/rename-nodejs-job-for-node-npm-outdated' into 'master'

docs: rename nodejs job for node-npm-outdated.

Closes #27

See merge request to-be-continuous/node!56
parents 563affb0 245a3e05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ In addition to a textual report in the console, this job produces the following
| `$NODE_PROJECT_DIR/reports/npm-audit.native.json` | [JSON](https://docs.npmjs.com/cli/v9/commands/npm-audit#json) | [DefectDojo integration](https://documentation.defectdojo.com/integrations/parsers/#npm-audit)<br/>_This report is generated only if DefectDojo template is detected, if needed, you can force it with `$DEFECTDOJO_NPMAUDIT_REPORTS`_ |


### `node-npm-outdated` job
### `node-outdated` job

The Node template features a job `node-outdated` that performs outdated analysis ([npm outdated](https://docs.npmjs.com/cli/v8/commands/npm-outdated) or [yarn outdated](https://classic.yarnpkg.com/lang/en/docs/cli/outdated/)) to find dependencies that might be updated.