Commit Graph

657 Commits

Author SHA1 Message Date
Jimmy Zelinskie
01eb48bc84
Merge pull request #521 from yebinama/paclair
Documentation: add new 3rd party tool
2018-02-09 17:12:12 -08:00
Jimmy Zelinskie
69cfe9213f
Merge pull request #518 from traum-ferienwohnungen/master
fix whitespace remove in postgresql configmap helm chart
2018-02-09 17:09:57 -08:00
Grégoire Unbekandt
c1a58bf922 Documentation: add new 3rd party tool
Add a new CLI tool to interact with Clair.
2018-02-09 10:39:17 +01:00
Jelto Wodstrcil
e9dba0fa8f fix whitespace remove in postgresql configmap helm chart 2018-02-05 11:34:58 +01:00
Jimmy Zelinskie
ce0699c59d
Merge pull request #513 from leandrocr/patch-1
Improve documentation on helm installation
2018-02-02 13:52:24 -05:00
Jimmy Zelinskie
12b47b0854
Merge pull request #517 from KeyboardNerd/master
api,database: updated version_format documentation.
2018-02-02 13:51:48 -05:00
Sida Chen
a75b8ac7ff api,database: updated version_format documentation.
Version format documentation is updated in the example of feature
struct and created in clair.proto along with accordingly generated
swagger and protobuf files.

Fixes #514
2018-02-02 00:59:11 -05:00
Leandro Repolho
45dfabbfea
Improve documentation on helm installation
The docs were missing the helm dependencies download before running the install, so Postgres was never installed.

Also I'm suggesting the user to download the latest version of helm since executing it with 2.5 failed for me, now with 2.7.2 it works fine.
2018-01-23 16:11:59 +11:00
Jimmy Zelinskie
52a42b8503
Merge pull request #505 from ericchiang/coc
automated PR: update CoC
2018-01-04 17:05:44 -05:00
Eric Chiang
e43ec26965 update CoC 2018-01-04 12:29:49 -08:00
Jimmy Zelinskie
30bd568d83
Merge pull request #484 from odg0318/master
Usage of running clair via docker is wrongly written.
2017-12-19 21:11:31 -05:00
odg0318
821fb240bc Usage of Running clair via docker is wrongly written.
Command line needs --net=host.
2017-12-20 10:50:09 +09:00
Jimmy Zelinskie
e2497ec214
Merge pull request #498 from bkochendorfer/contributing-link
README.md : Update CONTRIBUTING link
2017-12-18 15:41:19 -05:00
Brett Kochendorfer
6343119215
Update CONTRIBUTING.MD link
Looks like this was moved in 24ca12bdec
2017-12-17 11:04:45 -06:00
Jimmy Zelinskie
db6379bc9e
Merge pull request #482 from yfoelling/patch-1
Added my new python project Yair
2017-12-13 16:21:22 -05:00
Jimmy Zelinskie
838dcb0872
Merge pull request #487 from ajgreenb/db-connection-backoff
Use a backoff approach when connecting to database
2017-12-13 11:37:54 -05:00
Aaron Greenberg
46bf4c470a Fix logging of error when connecting to database 2017-12-12 22:34:11 -05:00
Aaron Greenberg
0df9e7075c Make max DB connection attempts a constant 2017-12-12 22:32:00 -05:00
Jimmy Zelinskie
1425086670
Merge pull request #488 from caulagi/patch-1
Fix path name for values.yaml in helm chart
2017-11-28 17:15:06 -05:00
Pradip Caulagi
f97f90835f
Fix typo with path name for values.yaml in helm chart 2017-11-21 10:38:20 +01:00
Aaron Greenberg
66b116ecb2 Use a linear backoff when connecting to DB
Closes #159
2017-11-10 16:38:02 -05:00
Jimmy Zelinskie
39f00cd756
Merge pull request #485 from yebinama/proxy
Driver: Add proxy support
2017-11-07 13:07:08 -05:00
Grégoire Unbekandt
5c5857548d driver: Add proxy support
Enable the use of HTTP_PROXY and HTTPS_PROXY variables when downloading
layers
2017-11-07 12:17:13 +01:00
Yann Fölling
3a3a0c07f7
Added my new python project Yair
Please have a look at my project.
I think many developers may want to use this tool to scan their image.
Operation teams may use it to decide if an image is secure _enough_ to be deployed etc.

It is much easier to use than the alternatives and gives you much better output.
2017-10-30 22:47:58 +01:00
Jimmy Zelinskie
e00e57cc2f
Merge pull request #481 from coreos/stable-release-issue-template
github: add issue template stable release notice
2017-10-27 16:07:16 -04:00
Jimmy Zelinskie
c7a67edf5d
github: add issue template stable release notice 2017-10-27 14:10:44 -04:00
Jimmy Zelinskie
1e9008a333 Merge pull request #479 from yebinama/nvd_vectors
nvd: fix the name of a field
2017-10-23 11:26:11 -04:00
Grégoire Unbekandt
e953a259b0 nvd: fix the name of a field
The xml's field "availability-impact" wasn't collected due to a typo.
2017-10-23 15:45:23 +02:00
Jimmy Zelinskie
db91b91f38 Merge pull request #477 from bseb/master
Add dumb-init to Dockerfile Entrypoint
2017-10-16 10:58:15 -04:00
Jimmy Zelinskie
fbd8407c72 Merge pull request #469 from zamarrowski/master
Fix config.yaml.sample
2017-10-16 10:57:46 -04:00
Ben Sebastian
36917c84ec Use apk to install dumb-init instead of curl, modify entrypoint 2017-10-13 14:00:58 -04:00
Jimmy Zelinskie
00f9c06081 Merge pull request #475 from dctrud/clair-singularity
docs: Add clair-singularity to integrations.md
2017-10-13 13:19:43 -04:00
Ben Sebastian
d60993c025 Add dumb-init to Entrypoint 2017-10-13 12:11:54 -04:00
Ben Sebastian
57e8fdeb10 Add dumb-init to Entrypoint 2017-10-13 12:10:37 -04:00
David Trudgian
826aaf9e88 Add clair-singularity to integrations.md 2017-10-12 15:41:27 -05:00
Sergio Zamarro
89a5a80cf1 Fix config.yaml.sample
Changed address of Clair API to bind correctly.
2017-09-20 09:49:38 +02:00
Jimmy Zelinskie
148b3e075d Merge pull request #467 from grebois/master
Adding postgres to the chart so it can be used without dependencies.
2017-09-12 18:14:33 -04:00
Marcelo Grebois
3617b7a126 Adding back postgresURI and correcting comments 2017-09-12 23:29:21 +02:00
Marcelo Grebois
79510232b8 Adding postgres to the chart so it can be used without dependecies. 2017-09-12 15:48:27 +02:00
Jimmy Zelinskie
38715290a4 Merge pull request #465 from jzelinskie/github
add issue template
2017-09-06 22:35:21 -04:00
Jimmy Zelinskie
f6cac4733a github: add issue template 2017-09-06 17:11:36 -04:00
Jimmy Zelinskie
24ca12bdec github: move CONTRIBUTING to github dir 2017-09-06 17:11:36 -04:00
Jimmy Zelinskie
4d83c9c88b Merge pull request #463 from brunomcustodio/fix-ingress
contrib/helm/clair: fix the ingress template
2017-09-06 15:04:58 -04:00
Bruno Miguel Custodio
13be17a690
contrib/helm/clair: fix the ingress template
Make 'servicePort' reference 'externalApiPort' instead of
'externalPort'.
2017-09-06 16:11:53 +01:00
Jimmy Zelinskie
e4a58305f4 Merge pull request #459 from arthurlm44/patch-1
update first instructions for k8s with helm
2017-08-31 16:55:18 -04:00
Arthur Le Maitre
6bd3458ae7 backtick helm init for prettier rendering 2017-08-31 13:16:23 -07:00
Arthur Le Maitre
ccf263789c update documentation for kubernetes / helm install 2017-08-31 10:25:52 -07:00
Jimmy Zelinskie
6ad4aeab76 Merge pull request #458 from jzelinskie/linux-vulns
docs: add troubleshooting about kernel packages
2017-08-31 04:38:03 -04:00
Jimmy Zelinskie
1f288ab3c3 Merge pull request #450 from jzelinskie/move-token
database/pgsql: move token lib
2017-08-31 04:37:51 -04:00
Arthur Le Maitre
99f1870115 update first instructions for k8s with helm 2017-08-30 14:56:08 -07:00