Skip to content

Commit 581eefd

Browse files
committed
fix: add pvtr plugins.json manifest for github-repo plugin registration
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent fb2616b commit 581eefd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/services/docker/Dockerfile.security_best_practices_worker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN mkdir -p /.privateer/bin
3636
WORKDIR /.privateer/bin
3737
COPY --from=core /app/pvtr ./privateer
3838
COPY --from=plugin /plugin/github-repo /root/.privateer/bin/github-repo
39+
RUN echo '{"plugins":[{"name":"github-repo","version":"v0.23.2","binaryPath":"github-repo"}]}' > /root/.privateer/bin/plugins.json
3940
COPY ./services/apps/security_best_practices_worker/example-config.yml /.privateer/example-config.yml
4041

4142
WORKDIR /usr/crowd/app

0 commit comments

Comments
 (0)