Skip to content
Snippets Groups Projects
Commit 932d4449 authored by scott.eppler's avatar scott.eppler Committed by Alex Ellis
Browse files

Update nmap sample-function to run as non-root user

parent 929dfb17
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,7 @@ RUN apk add --no-cache nmap
ENV fprocess="xargs nmap"
RUN addgroup -g 1000 -S app && adduser -u 1000 -S app -G app
USER 1000
CMD ["fwatchdog"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment