Commit 261b0aaf authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch '52-wrong-default-path-for-npm-audit-reports' into 'main'

Resolve "Wrong default path for npm-audit reports"

Closes #52

See merge request to-be-continuous/defectdojo!82
parents 92d48c7d 0914fe9a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ Depending on the security tools you launch, and their configuration, you may hav
| `hadolint-reports` / `DEFECTDOJO_HADOLINT_REPORTS`                       | path to Hadolint JSON reports                                                                                                          | `hadolint-json-*.json reports/docker-hadolint-*.native.json`                               |
| `mobsf-reports` / `DEFECTDOJO_MOBSF_REPORTS`                             | path to MobSF JSON reports                                                                                                             | `mobsf*.json`                                                                              |
| `nodejsscan-reports` / `DEFECTDOJO_NODEJSSCAN_REPORTS`                   | path to NodeJSScan SARIF reports                                                                                                       | `nodejsscan-report-sarif.json`                                                             |
| `npmaudit-reports` / `DEFECTDOJO_NPMAUDIT_REPORTS`                       | path to NPM Audit JSON reports                                                                                                         | `npm-audit*.json`                                                                          |
| `npmaudit-reports` / `DEFECTDOJO_NPMAUDIT_REPORTS`                       | path to NPM Audit JSON reports                                                                                                         | `npm-audit*.json reports/npm-audit*.json`                                                                          |
| `semgrep-reports` / `DEFECTDOJO_SEMGREP_REPORTS`                         | Path to Semgrep reports                                                                                                                | `reports/semgrep.native.json`                                                              |
| `semgrep-template` / `SEMGREP_TEMPLATE`                                  | Path to Semgrep template                                                                                                               | _none_                                                                                     |
| `testssl-reports` / `DEFECTDOJO_TESTSSL_REPORTS`                         | path to TestSSL CSV reports                                                                                                            | `reports/testssl.native.csv`                                                               |
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@
    {
      "name": "DEFECTDOJO_NPMAUDIT_REPORTS",
      "description": "Path to NPMAudit reports",
      "default": "npm-audit*.json",
      "default": "npm-audit*.json reports/npm-audit*.json",
      "advanced": true
    },
    {
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ spec:
      default: nodejsscan-report-sarif.json
    npmaudit-reports:
      description: Path to NPMAudit reports
      default: npm-audit*.json
      default: npm-audit*.json reports/npm-audit*.json
    testssl-reports:
      description: Path to TestSSL reports
      default: reports/testssl.native.csv