Skip to content

Commit

Permalink
Update user id of gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lutfailham96 committed Dec 15, 2022
1 parent 9c572be commit 45ac922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitleaks/install_gitleaks_alpine.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -ex; \
adduser -D gitleaks; \
adduser -u 1001 -D gitleaks; \
apk add --no-cache \
curl \
ca-certificates \
Expand Down

0 comments on commit 45ac922

Please sign in to comment.