Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ Depending on the security tools you launch, and their configuration, you may hav | `sonarqube-sinceleakperiod` / `DEFECTDOJO_SONARQUBE_SINCELEAKPERIOD` | determines if delta analysis is activated | false | | `sonarqube-nosecurityhotspot` / `DEFECTDOJO_SONARQUBE_NOSECURITYHOTSPOT` | if true, disable hotspots processing | true | | `DEFECTDOJO_SONARQUBE_ALLBUGS ` | true if all bugs are returned, false if only vulnerabilities are returned | false | | `base-image` / `DEFECTDOJO_BASE_IMAGE` | Alpine base image | `registry.hub.docker.com/library/node:alpine3.11` <br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-DEFECTDOJO_BASE_IMAGE) | | `base-image` / `DEFECTDOJO_BASE_IMAGE` | Alpine base image | `docker.io/library/node:alpine3.11` <br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-DEFECTDOJO_BASE_IMAGE) | | `smtp-server` / `DEFECTDOJO_SMTP_SERVER` | name:port of SMTP server used for notifications | _none_ (email notifications disabled) | | `notification-severities` / `DEFECTDOJO_NOTIFICATION_SEVERITIES` | list of (comma separated) severities to be notified on | Critical,High | | `timezone` / `DEFECTDOJO_TIMEZONE` | timezone used for naming engagements and setting engagements start and end | `Europe/Paris` | Loading kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ { "name": "DEFECTDOJO_BASE_IMAGE", "description": "The Docker image used to run import", "default": "registry.hub.docker.com/library/node:alpine3.11" "default": "docker.io/library/node:alpine3.11" }, { "name": "DEFECTDOJO_SERVER_URL", Loading templates/gitlab-ci-defectdojo.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ spec: inputs: base-image: description: The Docker image used to run import default: registry.hub.docker.com/library/node:alpine3.11 default: docker.io/library/node:alpine3.11 dir: description: DefectDojo working directory default: . Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ Depending on the security tools you launch, and their configuration, you may hav | `sonarqube-sinceleakperiod` / `DEFECTDOJO_SONARQUBE_SINCELEAKPERIOD` | determines if delta analysis is activated | false | | `sonarqube-nosecurityhotspot` / `DEFECTDOJO_SONARQUBE_NOSECURITYHOTSPOT` | if true, disable hotspots processing | true | | `DEFECTDOJO_SONARQUBE_ALLBUGS ` | true if all bugs are returned, false if only vulnerabilities are returned | false | | `base-image` / `DEFECTDOJO_BASE_IMAGE` | Alpine base image | `registry.hub.docker.com/library/node:alpine3.11` <br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-DEFECTDOJO_BASE_IMAGE) | | `base-image` / `DEFECTDOJO_BASE_IMAGE` | Alpine base image | `docker.io/library/node:alpine3.11` <br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-DEFECTDOJO_BASE_IMAGE) | | `smtp-server` / `DEFECTDOJO_SMTP_SERVER` | name:port of SMTP server used for notifications | _none_ (email notifications disabled) | | `notification-severities` / `DEFECTDOJO_NOTIFICATION_SEVERITIES` | list of (comma separated) severities to be notified on | Critical,High | | `timezone` / `DEFECTDOJO_TIMEZONE` | timezone used for naming engagements and setting engagements start and end | `Europe/Paris` | Loading
kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ { "name": "DEFECTDOJO_BASE_IMAGE", "description": "The Docker image used to run import", "default": "registry.hub.docker.com/library/node:alpine3.11" "default": "docker.io/library/node:alpine3.11" }, { "name": "DEFECTDOJO_SERVER_URL", Loading
templates/gitlab-ci-defectdojo.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ spec: inputs: base-image: description: The Docker image used to run import default: registry.hub.docker.com/library/node:alpine3.11 default: docker.io/library/node:alpine3.11 dir: description: DefectDojo working directory default: . Loading