ข้ามไปยังเนื้อหา

This is the Experimental version (Latest). It is under active development and may change. For the most reliable documentation, use the version selector in the top-right to switch to Stable, or click here to go to the Stable version's homepage.

DefectDojo Configurations

อัพเดทล่าสุด:

เนื้อหานี้ยังไม่มีในภาษาของคุณ

First time installation of DefectDojo will need to run initialization to its dependencies.

Once installed and successfully finished Post-Installation steps. You need to disable its initializer.

  1. Connect to 🟢 Management Kubernetes Cluster ; i.e w/ Kubeconfig File

    Set Kubeconfig File

    Ensure you have defined and loaded your Global Shell Variables as described in Shell Variables.

    Terminal window
    source $BASE_WORKING_DIR/shell-values/kubernetes/management_cluster.vars.sh
  2. Disable DefectoDojo Initializer by modifying Helm Values with Helm

    Terminal window
    helm upgrade defectdojo defectdojo/defectdojo \
    --namespace devsecops-system --version 1.6.179 \
    --reuse-values --set initializer.run=false

Finished?

Use the below navigation to proceed