Skip to content

Commit

Permalink
Added Istio bundle dir
Browse files Browse the repository at this point in the history
  • Loading branch information
daynewlee committed Oct 5, 2022
1 parent c652e6d commit e742532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image/scanner/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ RUN microdnf -y upgrade && \

ENV NVD_DEFINITIONS_DIR="/nvd_definitions"
ENV K8S_DEFINITIONS_DIR="/k8s_definitions"
ENV ISTIO_DEFINITIONS_DIR="/ISTIO_definitions"
ENV ISTIO_DEFINITIONS_DIR="/istio_definitions"
ENV REPO_TO_CPE_DIR="/repo2cpe"

COPY --chown=65534:65534 --from=extracted_bundle "/bundle${NVD_DEFINITIONS_DIR}/" ".${NVD_DEFINITIONS_DIR}/"
COPY --chown=65534:65534 --from=extracted_bundle "/bundle${K8S_DEFINITIONS_DIR}/" ".${K8S_DEFINITIONS_DIR}/"
COPY --chown=65534:65534 --from=extracted_bundle "/bundle${ISTIO_DEFINITIONS_DIR}/" ".${ISTIO_DEFINITIONS_DIR}/"
COPY --chown=65534:65534 --from=extracted_bundle "/bundle${REPO_TO_CPE_DIR}/" ".${REPO_TO_CPE_DIR}/"
COPY --chown=65534:65534 --from=extracted_bundle /bundle/genesis_manifests.json ./

Expand Down

0 comments on commit e742532

Please sign in to comment.