UNCLASSIFIED

Commit 7833d2b7 authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch 'rdoc-update' into 'development'

Rdoc update

See merge request !40
parents b98b0ff7 e978cc1c
Pipeline #420777 passed with stages
in 18 minutes and 52 seconds
...@@ -30,10 +30,11 @@ RUN cd /root/tmp && \ ...@@ -30,10 +30,11 @@ RUN cd /root/tmp && \
rpm -ivh --replacepkgs --replacefiles --force /root/tmp/dependencies/mono-complete/*.rpm && \ rpm -ivh --replacepkgs --replacefiles --force /root/tmp/dependencies/mono-complete/*.rpm && \
rm /root/tmp/owasp-dep-check-dependencies-$OWASP_DEP_CHK_VERSION.tar.gz rm /root/tmp/owasp-dep-check-dependencies-$OWASP_DEP_CHK_VERSION.tar.gz
### Install ruby dependencies ### Install ruby dependencies and update rdoc
RUN cd /root/tmp && \ RUN cd /root/tmp && \
gem install --force --local /root/tmp/dependencies/bundle-audit/*.gem --no-document --no-rdoc --no-ri && \ gem install --force --local /root/tmp/dependencies/bundle-audit/*.gem --no-document --no-rdoc --no-ri && \
gem cleanup gem cleanup
### Install OWASP Dependency Check binaries ### Install OWASP Dependency Check binaries
RUN cd /root/tmp/dependencies/owasp && \ RUN cd /root/tmp/dependencies/owasp && \
......
...@@ -41,7 +41,7 @@ resources: ...@@ -41,7 +41,7 @@ resources:
url: https://github.com/boozallen/sdp-images/releases/download/dcar-2.0/owasp-dep-check-dependencies-dcar-2.0.tar.gz url: https://github.com/boozallen/sdp-images/releases/download/dcar-2.0/owasp-dep-check-dependencies-dcar-2.0.tar.gz
validation: validation:
type: sha256 type: sha256
value: bd913f06fe82cc09cb9dc882397fdc921a04caf4ebc8479ec5772f2ff932c444 value: 0bfbeedf54fea7b3633103a9e9fdc20ab1427b1a0f48921d88551717316647ec
# List of project maintainers # List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist # FIXME: Fill in the following details for the current container owner in the whitelist
......
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