From b53e8b235d10e97feb302b4a06c6df218ec22878 Mon Sep 17 00:00:00 2001 From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com> Date: Mon, 20 Jan 2025 16:00:47 +0100 Subject: [PATCH] fixes link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 192d2c1..57a2d46 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ In addition to a textual report in the console, this job produces the following | Report | Format | Usage | | ------------------------------------------------- | ------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `$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_PROJECT_DIR/reports/npm-audit.native.json` | [JSON](https://docs.defectdojo.com/en/connecting_your_tools/parsers/file/npm_audit_7_plus/) | [DefectDojo integration](https://docs.defectdojo.com/en/connecting_your_tools/parsers/file/npm_audit_7_plus/)<br/>_This report is generated only if DefectDojo template is detected, if needed, you can force it with `$DEFECTDOJO_NPMAUDIT_REPORTS`_ | | `node-audit-jobs-tags` / `NODE_AUDIT_JOB_TAGS` | Tags to be used for selecting runners for the job | [] | ### `node-outdated` job -- GitLab