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
be2b32cd
Commit
be2b32cd
authored
5 years ago
by
Raul Barreras
Browse files
Options
Downloads
Plain Diff
Merge branch '9-update-to-sonarscanner-4-0' into 'master'
Resolve "Update to SonarScanner 4.0" Closes
#9
See merge request
!25
parents
671f1f28
05f1661a
No related branches found
No related tags found
5 merge requests
!31
Sync 6-add-automated-secrets-detection with Master
,
!30
Master
,
!29
Sync develop with master
,
!28
Sync 6-add-automated-secrets-detection with master
,
!25
Resolve "Update to SonarScanner 4.0"
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static-code-analysis/Dockerfile
+1
-1
1 addition, 1 deletion
static-code-analysis/Dockerfile
static-code-analysis/android/Dockerfile
+1
-1
1 addition, 1 deletion
static-code-analysis/android/Dockerfile
with
2 additions
and
2 deletions
static-code-analysis/Dockerfile
+
1
−
1
View file @
be2b32cd
...
...
@@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0" \
maintainer="J.R. Barreras <barreras@unl.edu>"
ENV
SONAR_SCANNER_VERSION
3.3
.0.1
492
ENV
SONAR_SCANNER_VERSION
4.0
.0.1
744
WORKDIR
/opt
...
...
This diff is collapsed.
Click to expand it.
static-code-analysis/android/Dockerfile
+
1
−
1
View file @
be2b32cd
...
...
@@ -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}
...
...
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