Commit fec8cb2f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: normalise table headers

parent da953243
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ This job uploads security reports found in the artifacts to a DefectDojo server.

It is bound to the `.post` stage, and uses the following variables:

| Name                          | description                            | default value     |
| Name                          | Description                            | Default value     |
| ----------------------------- | -------------------------------------- | ----------------- |
| `DEFECTDOJO_SERVER_URL`       | URL of DefectDojo server               | _none_            |
| :lock: `DEFECTDOJO_API_KEY`   | Your DefectDojo API v2 Key (see [below](#first-connection-to-defectdojo) how to retrieve it)            | _none_            |
@@ -63,7 +63,7 @@ It is bound to the `.post` stage, and uses the following variables:

Depending on the security tools you launch, and their configuration, you may have to redefine some of the following variables in your `gitlab-ci.yml`:

| Name                                     | description                                                                                                                            | default value                             |
| Name                                     | Description                                                                                                                            | Default value                             |
|------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------- |
| `DEFECTDOJO_BANDIT_REPORTS`              | path to Bandit JSON reports                                                                                                            | `bandit*.json reports/py-bandit.bandit.json`                        |
| `DEFECTDOJO_DC_GRADLE_REPORTS`           | path to Dependency Check XML reports (Gradle template)                                                                                 | `dependency-check*.xml` |