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
Merge requests
!25
Resolve "Update to SonarScanner 4.0"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update to SonarScanner 4.0"
9-update-to-sonarscanner-4-0
into
master
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Raul Barreras
requested to merge
9-update-to-sonarscanner-4-0
into
master
5 years ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
Closes
#9 (closed)
Edited
5 years ago
by
Raul Barreras
0
0
Merge request reports
Viewing commit
05f1661a
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
05f1661a
update to v4.0.0.1744
· 05f1661a
Jose Raul Barreras
authored
5 years ago
static-code-analysis/android/Dockerfile
+
1
−
1
Options
@@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0" \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
ENV
SONAR_SCANNER_VERSION
3.2
.0.1
227
ENV
SONAR_SCANNER_VERSION
4.0
.0.1
744
ENV
SONAR_HOME /opt/sonar-scanner
ENV
PATH ${PATH}:${SONAR_HOME}
Loading