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

fix: noprod-enabled, sonarqube-sinceleakperiod and sonarqube-allbugs inputs default value

parent 08dd23f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ spec:
    noprod-enabled:
      description: Determines whether security reports produced in non-production branches are uploaded to DefectDojo
      type: boolean
      default: true
      default: false
    timezone:
      description: Time zone used for naming imports in DefectDojo
      default: Europe/Paris
@@ -68,7 +68,7 @@ spec:
    sonarqube-sinceleakperiod:
      description: Determines if delta analysis is activated for SonarQube export
      type: boolean
      default: true
      default: false
    sonarqube-nosecurityhotspot:
      description: Set this flag to true if SonarQube version does not support security hotspots (v < 7.3)
      type: boolean
@@ -76,7 +76,7 @@ spec:
    sonarqube-allbugs:
      description: In SonarQube, determines if all bugs are exported (true) or only vulnerabilities (false)
      type: boolean
      default: true
      default: false
---
workflow:
  rules: