README: move diagram to architecture section
This commit is contained in:
parent
6e196e416d
commit
c61eebafdf
@ -5,8 +5,6 @@
|
||||
[](https://godoc.org/github.com/chihaya/chihaya)
|
||||
[](http://webchat.freenode.net/?channels=clair)
|
||||
|
||||

|
||||
|
||||
Clair is an open source project for the static analysis of vulnerabilities in [AppC](https://github.com/appc/spec) and [Docker](https://github.com/docker/docker/blob/master/image/spec/v1.md) containers.
|
||||
|
||||
Clair imports vulnerability data from a known set of sources and indexes the contents of container images in order to produce a list of vulnerabilities that threaten a container.
|
||||
@ -76,6 +74,10 @@ $ ./$GOBIN/clair -config=config.yaml
|
||||
|
||||
## Architecture
|
||||
|
||||
### At a glance
|
||||
|
||||

|
||||
|
||||
### Vulnerability Analysis
|
||||
|
||||
There are two major ways to perform analysis of programs: [Static Analysis] and [Dynamic Analysis].
|
||||
|
Loading…
Reference in New Issue
Block a user