We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa912a3 commit 5437808Copy full SHA for 5437808
.github/workflows/auto-approve.yml
@@ -14,4 +14,4 @@ jobs:
14
15
steps:
16
- name: Auto Approve
17
- uses: hmarr/auto-approve-action@v3
+ uses: hmarr/auto-approve-action@8f929096a962e83ccdfa8afcf855f39f12d4dac7 # 4.0.0
docker/Dockerfile
@@ -50,6 +50,9 @@ WORKDIR /app/
50
# Place executables in the environment at the front of the path
51
ENV PATH="/app/.venv/bin:$PATH"
52
53
+# Use non-root user
54
+USER app
55
+
56
EXPOSE 8770
57
58
ENTRYPOINT ["/tini", "--"]
0 commit comments