We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8009bd commit 0cebda7Copy full SHA for 0cebda7
Dockerfile
@@ -55,7 +55,8 @@ RUN curl -sfL https://raw.githubusercontent.com/Bearer/bearer/main/contrib/insta
55
56
# SpotBugs
57
RUN curl -sL https://github.com/spotbugs/spotbugs/releases/download/4.9.8/spotbugs-4.9.8.tgz | tar -xzvf - && \
58
- mv spotbugs-* /home/codesectools/sasts/spotbugs
+ mv spotbugs-* /home/codesectools/sasts/spotbugs && \
59
+ curl -sL https://search.maven.org/remotecontent?filepath=com/h3xstream/findsecbugs/findsecbugs-plugin/1.14.0/findsecbugs-plugin-1.14.0.jar > /home/codesectools/sasts/spotbugs/plugin/findsecbugs-plugin-1.14.0.jar
60
ENV PATH="/home/codesectools/sasts/spotbugs/bin:$PATH"
61
62
# Cppcheck
0 commit comments