| `$NODE_PROJECT_DIR/reports/npm-audit.native.json` | [JSON](https://docs.npmjs.com/cli/v9/commands/npm-audit#json) | [DefectDojo integration](https://docs.defectdojo.com/supported_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`_ |
You might need to exclude cache folders like `.bun`. The way to exclude these files differs between tools (For `eslint` set `run lint --ignore-pattern .bun --ignore-pattern .yarn --ignore-pattern .npm` in `NODE_LINT_ARGS`).
### `node-build` job
The Node template features a job `node-build` that performs **build and tests** all at once. You can disable the build using the variable **NODE_BUILD_DISABLED**