Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
gitlab-ci-pipeline
Commits
880ef00b
Commit
880ef00b
authored
2 years ago
by
Vivek Dutta
Browse files
Options
Downloads
Patches
Plain Diff
Fix CPD binary installation path
parent
71a3277c
No related branches found
No related tags found
1 merge request
!22
Fix CPD binary installation path
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/code-analysis/Dockerfile
+3
-3
3 additions, 3 deletions
docker/code-analysis/Dockerfile
static-code-analysis.yml
+1
-1
1 addition, 1 deletion
static-code-analysis.yml
with
4 additions
and
4 deletions
docker/code-analysis/Dockerfile
+
3
−
3
View file @
880ef00b
...
...
@@ -236,12 +236,12 @@ RUN \
make
install
#install cpd
WORKDIR
/home/user
ARG
PMD_VERSION=6.19.0
RUN
\
cd
/opt/dev
&&
\
wget
-nv
https://github.com/pmd/pmd/releases/download/pmd_releases%2F
${
PMD_VERSION
}
/pmd-bin-
${
PMD_VERSION
}
.zip
&&
\
unzip pmd-bin-
${
PMD_VERSION
}
.zip
unzip pmd-bin-
${
PMD_VERSION
}
.zip
&&
\
mv
pmd-bin-
${
PMD_VERSION
}
/usr/local/pmd
# microxml
ARG
MICROXML_VERSION=72965423184f24cc0b963d91c2d1863cdb01b6aa
...
...
This diff is collapsed.
Click to expand it.
static-code-analysis.yml
+
1
−
1
View file @
880ef00b
variables
:
COMMON_IMAGE
:
"
dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.
29
"
COMMON_IMAGE
:
"
dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.
30
"
SOURCE_FOLDER
:
"
src"
SHELL_SRC
:
"
"
FLAWFINDER_OPTIONS
:
"
-m
4
--error-level=4"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment