Replies: 1 comment
-
|
This is an issue. We should fix this but IMO, it is low priority. Since this image is a simulator docker image and I am not sure about it's usage currently other than some CI jobs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A quick grep found some Docker container files which seem to run as the root user.
I looked in the files and did not see the
USERcommand"Using grep -L (which lists filenames that do not contain a match), you are likely using it to find files missing a license header or a specific string."
From Google:
Implementing a non-root user in Docker containers is a fundamental security best practice that significantly strengthens your application's defense. By default, Docker containers run as the root user, which can grant them unrestricted access to the underlying host system and its resources.
The primary reasons for using a non-root user include:
Beta Was this translation helpful? Give feedback.
All reactions