Commit 5acf5f27 authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Pierre Smeyers
Browse files

fix: find Trivy reports that are not in the trivy directory

parent 8fb107f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ variables:
  DEFECTDOJO_NPMAUDIT_REPORTS: "**/npm-audit*.json"
  DEFECTDOJO_DC_REPORTS: "**/dependency-check*.xml"
  DEFECTDOJO_DC_GRADLE_REPORTS: "**/dependency-check*.xml"
  DEFECTDOJO_TRIVY_REPORTS: "trivy/*.json"
  DEFECTDOJO_TRIVY_REPORTS: "trivy/*.json **/trivy-*.json"
  DEFECTDOJO_HADOLINT_REPORTS: "**/hadolint-json-*.json"
  DEFECTDOJO_MOBSF_REPORTS: "**/mobsf*.json"
  DEFECTDOJO_SONARQUBE_SINCELEAKPERIOD: "false"