There was an error while loading. Please reload this page.
1 parent 66845e0 commit e8174b8Copy full SHA for e8174b8
Dockerfile
@@ -7,6 +7,7 @@ RUN addgroup -S tool && adduser -S -G tool tool && \
7
8
# Install phpcs-security-audit
9
RUN composer global require pheromone/phpcs-security-audit
10
+RUN /tmp/vendor/bin/phpcs --config-set installed_paths /tmp/vendor/pheromone/phpcs-security-audit/
11
WORKDIR /tmp
12
13
# change user
0 commit comments