UNCLASSIFIED

Commit 1da3f148 authored by Karpagam Balan's avatar Karpagam Balan
Browse files

Update Dockerfile to change rpm into yum

parent 87815bfb
Pipeline #10632 failed with stage
......@@ -37,7 +37,7 @@ COPY owasp-dep-check-dependencies-$SDP_BUILD_DEPENDENCY_VERSION.tar.gz /root/tmp
### Install mono-complete
RUN cd /root/tmp && \
tar -xzf owasp-dep-check-dependencies-$OWASP_DEP_CHK_VERSION.tar.gz && \
rpm -ivh --replacepkgs --replacefiles --force /root/tmp/dependencies/mono-complete/*.rpm && \
yum install -y /root/tmp/dependencies/mono-complete/*.rpm && \
rm /root/tmp/owasp-dep-check-dependencies-$OWASP_DEP_CHK_VERSION.tar.gz
### Install ruby dependencies
......
  • 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
    
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