Skip to content

Commit e8174b8

Browse files
committed
Fix for #62
1 parent 66845e0 commit e8174b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN addgroup -S tool && adduser -S -G tool tool && \
77

88
# Install phpcs-security-audit
99
RUN composer global require pheromone/phpcs-security-audit
10+
RUN /tmp/vendor/bin/phpcs --config-set installed_paths /tmp/vendor/pheromone/phpcs-security-audit/
1011
WORKDIR /tmp
1112

1213
# change user

0 commit comments

Comments
 (0)