You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scanners will complain when we dont have a USER set in the Dockerfile, despite the container already having a user app. Add app as USER in Dockerfile to make scanners happy.
Scanners will complain when we dont have a USER set in the Dockerfile, despite the container already having a user
app. Addappas USER in Dockerfile to make scanners happy.