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

fix(sbom): add CycloneDX report

parent 0d2319c4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -362,6 +362,9 @@ php-sbom:
    when: always
    paths:
      - $PHP_PROJECT_DIR/reports/php-sbom.cyclonedx.json
    reports:
      cyclonedx: 
        - $PHP_PROJECT_DIR/reports/php-sbom.cyclonedx.json
  rules:
    # exclude if disabled
    - if: '$PHP_SBOM_DISABLED == "true"'