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
!17
Resolve "Add Dependency Check"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add Dependency Check"
7-add-dependency-check
into
develop
Overview
0
Commits
32
Pipelines
7
Changes
4
Merged
Raul Barreras
requested to merge
7-add-dependency-check
into
develop
5 years ago
Overview
0
Commits
32
Pipelines
7
Changes
4
Expand
Closes
#7 (closed)
Edited
5 years ago
by
Raul Barreras
0
0
Merge request reports
Viewing commit
e4115128
Prev
Next
Show latest version
4 files
+
25
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
e4115128
Merge branch '9-update-to-sonarscanner-4-0' into '7-add-dependency-check'
· e4115128
Raul Barreras
authored
5 years ago
Update 7-add-dependency-check to SonarScanner 4.0 See merge request
!27
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