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.
2 parents 66845e0 + e8174b8 commit f868f06Copy full SHA for f868f06
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