Commit 11aab5d5 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: DEFECTDOJO_API_KEY declared as a secret

parent cc5946f7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,13 @@
    {
      "name": "DEFECTDOJO_API_KEY",
      "description": "Your DefectDojo API v2 key - must be saved as a masked CI/CD variable",
      "secret": true,
      "mandatory": true
    },
    {
      "name": "DEFECTDOJO_NOPROD_ENABLED",
      "description": "Determines whether security reports produced in non-production branches are uploaded to DefectDojo",
      "default": "false"
      "type": "boolean"
    },
    {
      "name": "DEFECTDOJO_TIMEZONE",
@@ -176,5 +177,4 @@
      ]
    }
  ]

}