Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Commits
0f8d2665
Commit
0f8d2665
authored
6 years ago
by
Jose Raul Barreras
Browse files
Options
Downloads
Patches
Plain Diff
add nodejs and nmp support to static-code-analysis
parent
5278cfd5
Branches
Branches containing commit
No related tags found
4 merge requests
!5
Develop
,
!4
Working copy
,
!3
Static code analysis on xls branch
,
!1
WIP: Static code analysis on xls branch
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static-code-analysis/Dockerfile
+2
-2
2 additions, 2 deletions
static-code-analysis/Dockerfile
with
2 additions
and
2 deletions
static-code-analysis/Dockerfile
+
2
−
2
View file @
0f8d2665
...
...
@@ -16,9 +16,9 @@ ENV SONAR_SCANNER_VERSION 3.2.0.1227
WORKDIR
/opt
RUN
apk add
--no-cache
curl
sed
bash su-exec
&&
\
RUN
apk add
--no-cache
curl
sed
bash
nodejs-current nodejs-npm
su-exec
&&
\
mkdir
-p
/opt/src
&&
\
curl
--insecure
-o
./sonarscanner.zip
-L
https://sonarsource.
bintray.
com/Distribution/sonar-scanner-cli/sonar-scanner-cli-
${
SONAR_SCANNER_VERSION
}
.zip
&&
\
curl
--insecure
-o
./sonarscanner.zip
-L
https://
binaries.
sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-
${
SONAR_SCANNER_VERSION
}
.zip
&&
\
unzip sonarscanner.zip
&&
\
rm
sonarscanner.zip
...
...
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