You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -288,7 +286,6 @@ included [Minio Instance](https://www.securecodebox.io/docs/getting-started/inst
288
286
and upload them to a GitHub Gist.
289
287
4. Set the following environment variables:
290
288
- `DEFECTDOJO_URL`: URL to your DefectDojo server, e.g`DEFECTDOJO_URL="http://192.168.0.1:8080"`. (Required by _defectdojo-client-java_ lib.)
291
-
- `DEFECTDOJO_USERNAME`: User you want to use to import findings, e.g`DEFECTDOJO_USERNAME="admin"`. (Required by _defectdojo-client-java_ lib.)
292
289
- `DEFECTDOJO_APIKEY`: API key, e.g.`DEFECTDOJO_APIKEY="..."` (Can be fetched from the _DefectDojo_ API information page). (Required by _defectdojo-client-java_ lib.)
293
290
- `DEFECTDOJO_IS_DEV`: To enable dev mode, which loads a k8s config from `~/.kube/config`, e.g.`DEFECTDOJO_IS_DEV="true"`.
294
291
- `SCAN_NAME`: (optional) For mocking purpose when debugging locally, e.g`SCAN_NAME="nmap-scanme.nmap.org"`. Must be set exactly to the name of the scan used in step 2. Typically, this is set automatically by _secureCodeBox_.
0 commit comments