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
!18
sync dependency-check with secrets-detection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
sync dependency-check with secrets-detection
6-add-automated-secrets-detection
into
7-add-dependency-check
Overview
0
Commits
24
Pipelines
1
Changes
1
Merged
Raul Barreras
requested to merge
6-add-automated-secrets-detection
into
7-add-dependency-check
6 years ago
Overview
0
Commits
24
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d5828fe2
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d5828fe2
fix 'the input device is not a TTY' error
· d5828fe2
Jose Raul Barreras
authored
6 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -33,7 +33,7 @@ test:
-
dockerd
script
:
-
docker run --rm its-registry.unl.edu/unl-its/docker-ci/static-code-analysis sonar-scanner -v
-
docker run
-it
--rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets scan
-
docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets scan
Push to Container Registry
:
after_script
:
Loading