Skip to content

Commit

Permalink
chore(blackduck): add permission to nonroot user
Browse files Browse the repository at this point in the history
SUITEDEV-35556
  • Loading branch information
matusekma committed Apr 29, 2024
1 parent fa0ddd1 commit d9cc19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.codescan
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get install -y curl git unzip

RUN groupadd -r nonroot && useradd -r -s /bin/false -g nonroot nonroot
RUN chown -R nonroot:nonroot /workspace/source
RUN chown -R nonroot:nonroot /usr/local
USER nonroot

#clone flutter
Expand Down

0 comments on commit d9cc19e

Please sign in to comment.