Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a39ce247
Commit
a39ce247
authored
Jun 11, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c551fd72
821b8058
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
79 deletions
+58
-79
doc/development/architecture.md
doc/development/architecture.md
+1
-1
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+55
-76
doc/topics/autodevops/quick_start_guide.md
doc/topics/autodevops/quick_start_guide.md
+1
-1
doc/user/application_security/container_scanning/index.md
doc/user/application_security/container_scanning/index.md
+1
-1
No files found.
doc/development/architecture.md
View file @
a39ce247
...
...
@@ -125,7 +125,7 @@ Component statuses are linked to configuration documentation for each component.
|
[
PgBouncer
](
#pgbouncer
)
| Database connection pooling, failover |
[
⚙
][
pgbouncer-omnibus
]
|
[
❌
][
pgbouncer-charts
]
|
[
❌
][
pgbouncer-charts
]
|
[
✅
](
https://about.gitlab.com/handbook/engineering/infrastructure/production-architecture/#database-architecture
)
| ❌ | ❌ | EE Only |
|
[
Consul
](
#consul
)
| Database node discovery, failover |
[
⚙
][
consul-omnibus
]
|
[
❌
][
consul-charts
]
|
[
❌
][
consul-charts
]
|
[
✅
](
../user/gitlab_com/index.md#consul
)
| ❌ | ❌ | EE Only |
|
[
GitLab self-monitoring: Prometheus
](
#prometheus
)
| Time-series database, metrics collection, and query service |
[
✅
][
prometheus-omnibus
]
|
[
✅
][
prometheus-charts
]
|
[
⚙
][
prometheus-charts
]
|
[
✅
](
../user/gitlab_com/index.md#prometheus
)
| ❌ | ❌ | CE & EE |
|
[
GitLab self-monitoring: Alertmanager
](
#alertmanager
)
| Deduplicates, groups, and routes alerts from Prometheus |
[
✅
][
alertmanager-omnibus
]
|
[
✅
][
alertmanager-charts
]
|
[
⚙
][
alertmanager-charts
]
|
[
✅
](
https://about.gitlab.com/handbook/engineering/monitoring/
)
| ❌ | ❌ | CE & EE |
|
[
GitLab self-monitoring: Alertmanager
](
#alertmanager
)
| Deduplicates, groups, and routes alerts from Prometheus |
[
⚙
][
alertmanager-omnibus
]
|
[
✅
][
alertmanager-charts
]
|
[
⚙
][
alertmanager-charts
]
|
[
✅
](
https://about.gitlab.com/handbook/engineering/monitoring/
)
| ❌ | ❌ | CE & EE |
|
[
GitLab self-monitoring: Grafana
](
#grafana
)
| Metrics dashboard |
[
⚙
][
grafana-omnibus
]
|
[
⤓
][
grafana-charts
]
|
[
⤓
][
grafana-charts
]
|
[
✅
](
https://dashboards.gitlab.com/d/RZmbBr7mk/gitlab-triage?refresh=30s
)
| ❌ | ❌ | CE & EE |
|
[
GitLab self-monitoring: Sentry
](
#sentry
)
| Track errors generated by the GitLab instance |
[
⤓
][
sentry-omnibus
]
|
[
❌
][
sentry-charts
]
|
[
❌
][
sentry-charts
]
|
[
✅
](
https://about.gitlab.com/handbook/support/workflows/services/gitlab_com/500_errors.html#searching-sentry
)
|
[
⤓
][
gitlab-yml
]
|
[
⤓
][
gitlab-yml
]
| CE & EE |
|
[
GitLab self-monitoring: Jaeger
](
#jaeger
)
| View traces generated by the GitLab instance |
[
❌
][
jaeger-omnibus
]
|
[
❌
][
jaeger-charts
]
|
[
❌
][
jaeger-charts
]
|
[
❌
](
https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4104
)
|
[
⤓
][
jaeger-source
]
|
[
⚙
][
jaeger-gdk
]
| CE & EE |
...
...
doc/topics/autodevops/index.md
View file @
a39ce247
This diff is collapsed.
Click to expand it.
doc/topics/autodevops/quick_start_guide.md
View file @
a39ce247
...
...
@@ -161,7 +161,7 @@ In the **test** stage, GitLab runs various checks on the application:
-
The
`code_quality`
job checks the code quality and is allowed to fail
(
[
Auto Code Quality
](
index.md#auto-code-quality-starter
)
)
**[STARTER]**
-
The
`container_scanning`
job checks the Docker container if it has any
vulnerabilities and is allowed to fail (
[
Auto Container Scanning
](
index.md#auto-container-scanning
)
)
vulnerabilities and is allowed to fail (
[
Auto Container Scanning
](
index.md#auto-container-scanning
-ultimate
)
)
-
The
`dependency_scanning`
job checks if the application has any dependencies
susceptible to vulnerabilities and is allowed to fail (
[
Auto Dependency Scanning
](
index.md#auto-dependency-scanning-ultimate
)
)
**[ULTIMATE]**
-
The
`sast`
job runs static analysis on the current code to check for potential
...
...
doc/user/application_security/container_scanning/index.md
View file @
a39ce247
...
...
@@ -12,7 +12,7 @@ two open source tools for Vulnerability Static Analysis for containers.
You can take advantage of Container Scanning by either
[
including the CI job
](
#including-the-provided-template
)
in
your existing
`.gitlab-ci.yml`
file or by implicitly using
[
Auto Container Scanning
](
../../../topics/autodevops/index.md#auto-container-scanning
)
[
Auto Container Scanning
](
../../../topics/autodevops/index.md#auto-container-scanning
-ultimate
)
that is provided by
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
.
GitLab checks the Container Scanning report, compares the found vulnerabilities
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment