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
!16
Resolve "Add Automated Secrets Detection"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add Automated Secrets Detection"
6-add-automated-secrets-detection
into
develop
Overview
1
Commits
29
Pipelines
19
Changes
1
Merged
Raul Barreras
requested to merge
6-add-automated-secrets-detection
into
develop
5 years ago
Overview
1
Commits
29
Pipelines
19
Changes
1
Expand
Closes
#6 (closed)
Edited
5 years ago
by
Raul Barreras
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
5 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