Unverified Commit bbde711e authored by Timothy Stone's avatar Timothy Stone
Browse files

fix(jib): correct the artifacts paths and reports definition

The files produced by Syft in the script do not match the definition of the files in the artifacts
to upload on the conclusion of the job. Match the file names in the artifacts to the job files
produced, i.e., s/jib-//g

Fixes #62
parent acebc922
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -143,10 +143,10 @@ mvn-sbom:
    expire_in: 1 week
    when: always
    paths:
      - "reports/mvn-jib-sbom-*.cyclonedx.json"
      - "reports/mvn-sbom-*.cyclonedx.json"
    reports:
      cyclonedx: 
        - "reports/mvn-jib-sbom-*.cyclonedx.json"
        - "reports/mvn-sbom-*.cyclonedx.json"

mvn-trivy:
  extends: .mvn-base