Skip to content

Commit

Permalink
create and set permissions for Aqua scanner execution
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ authored Jan 17, 2024
1 parent 0e02f34 commit 3fcbbee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/agent-base/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ RUN yum install -y skopeo \
# Fix permissions.
RUN mkdir -p /home/jenkins/.config && chmod -R g+w /home/jenkins/.config \
&& mkdir -p /home/jenkins/.cache && chmod -R g+w /home/jenkins/.cache \
&& mkdir -p /home/jenkins/.sonar && chmod -R g+w /home/jenkins/.sonar
&& mkdir -p /home/jenkins/.sonar && chmod -R g+w /home/jenkins/.sonar \
&& mkdir -p /tmp/aqua && chmod -R g+w /tmp/aqua

0 comments on commit 3fcbbee

Please sign in to comment.