UNCLASSIFIED

Commit 87815bfb authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch '5.3.2' into 'development'

Updates for UBI base image version 8.2

See merge request !26
parents 806b60e4 e076c0bb
Pipeline #10599 failed with stage
...@@ -27,7 +27,7 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby unzip" && \ ...@@ -27,7 +27,7 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby unzip" && \
### Arguments and Environment variables ### Arguments and Environment variables
ENV user dependencycheck ENV user dependencycheck
ARG SDP_BUILD_DEPENDENCY_VERSION="dcar-0.9" ARG SDP_BUILD_DEPENDENCY_VERSION="dcar-1.1"
ENV OWASP_DEP_CHK_VERSION 5.3.2 ENV OWASP_DEP_CHK_VERSION 5.3.2
### Fetch dependency bundle ### Fetch dependency bundle
......
resources: resources:
- url: "https://github.com/boozallen/sdp-images/releases/download/dcar-0.9/owasp-dep-check-dependencies-dcar-0.9.tar.gz" - url: "https://github.com/boozallen/sdp-images/releases/download/dcar-1.1/owasp-dep-check-dependencies-dcar-1.1.tar.gz"
filename: "owasp-dep-check-dependencies-dcar-0.9.tar.gz" filename: "owasp-dep-check-dependencies-dcar-1.1.tar.gz"
validation: validation:
type: "sha256" type: "sha256"
value: "c8171d2736d5b9ba96ae5601439151768081125f1f5b5c640c8603c00a8e6d75" value: "5f8313632c442d700301edc5c72ee492f377fe4f72eb98d1907e7c9cdb403a0f"
  • Pipeline Status: SUCCESS
    Branch: development

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
  • Pipeline Status: FAILURE
    FAILURE Stage: Import Artifacts
    Branch: 5.3.2

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::FAILURE --> 2((/)):::INTERNAL_NOT_BUILT --> 3([Stage Artifacts]):::NOT_BUILT --> 4((/)):::INTERNAL_NOT_BUILT --> 5([Build]):::NOT_BUILT --> 6([Publish, Scan & Report]):::INTERNAL_FAILURE
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    

    Error Log:

    + sha256sum -c owasp-dep-check-dependencies-dcar-1.1.tar.gz-checkfile.txt
    owasp-dep-check-dependencies-dcar-1.1.tar.gz: FAILED
    sha256sum: WARNING: 1 computed checksum did NOT match
    
    ---
    sha256 for owasp-dep-check-dependencies-dcar-1.1.tar.gz did not match. requested: 5f8313632c442d700301edc5c72ee492f377fe4f72eb98d1907e7c9cdb403a0f actual: ad03303173e2042adc3177cb397cfe47cfb1134395b4372ffbdc73dae12652f9  owasp-dep-check-dependencies-dcar-1.1.tar.gz
    
  • Pipeline Status: FAILURE
    FAILURE Stage: Import Artifacts
    Branch: development

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::FAILURE --> 2((/)):::INTERNAL_NOT_BUILT --> 3([Stage Artifacts]):::NOT_BUILT --> 4((/)):::INTERNAL_NOT_BUILT --> 5([Build]):::NOT_BUILT --> 6([Publish, Scan & Report]):::INTERNAL_FAILURE
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    

    Error Log:

    + sha256sum -c owasp-dep-check-dependencies-dcar-1.1.tar.gz-checkfile.txt
    owasp-dep-check-dependencies-dcar-1.1.tar.gz: FAILED
    sha256sum: WARNING: 1 computed checksum did NOT match
    
    ---
    sha256 for owasp-dep-check-dependencies-dcar-1.1.tar.gz did not match. requested: 5f8313632c442d700301edc5c72ee492f377fe4f72eb98d1907e7c9cdb403a0f actual: ad03303173e2042adc3177cb397cfe47cfb1134395b4372ffbdc73dae12652f9  owasp-dep-check-dependencies-dcar-1.1.tar.gz
    
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment