Loading templates/gitlab-ci-defectdojo.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading @@ -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: Loading Loading
templates/gitlab-ci-defectdojo.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading @@ -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: Loading