Skip to content

Commit

Permalink
fix: permission issues on OpenShift scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspectral authored and BinX-Suse committed Dec 30, 2024
1 parent 86845bd commit 4ab647d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN zypper refresh && zypper --installroot /chroot -n in --no-recommends \
RUN cd /chroot/usr/bin/ && rm -rf basename chcon chgrp chmod chown chroot cksum dd df dircolors dirname du install install-info join locale localedef mkdir mkfifo mknod mktemp paste pathchk readlink realpath sync smidiff smidump smilink smiquery smistrip smixlate tee tiemout tload top truncate unlink watch

RUN mkdir -p /chroot/etc/neuvector/certs/internal/ && mkdir -p /chroot/share && touch /chroot/share/.nvcontainer
RUN chmod 770 /chroot/etc/neuvector/certs/internal/

#
# Artifact
Expand Down

0 comments on commit 4ab647d

Please sign in to comment.