Commit Graph

732 Commits

Author SHA1 Message Date
Jimmy Zelinskie
456af5f48c vulnsrc/ubuntu: use new git-based ubuntu tracker 2018-07-10 16:46:46 -04:00
Jimmy Zelinskie
c031f8ea0c vulnsrc/alpine: s/pull/clone 2018-07-05 19:11:30 -04:00
Jimmy Zelinskie
4c2be5285e vulnsrc/alpine: avoid shadowing vars 2018-07-05 19:09:45 -04:00
Jimmy Zelinskie
e907e4d263
Merge pull request #553 from qeqar/master
mapping: add ubuntu mapping
2018-05-07 15:16:36 -07:00
Mark Eisenblaetter
07a08a4f53 mapping: add ubuntu mapping
add new ubuntu 18.03 bionic beaver mapping

Fixes #552
2018-05-07 08:26:46 +02:00
Jimmy Zelinskie
34c1382d9e
Merge pull request #551 from usr42/upgrade_to_1.10-alpine
Upgrade to go 1.10
2018-05-06 20:42:31 +02:00
usr42
db5dbbe4e9 Upgrade to golang:1.10-alpine 2018-04-24 16:14:57 +02:00
Jimmy Zelinskie
7492aa31ba travis: fail unformatted protos 2018-04-23 15:49:34 -04:00
Jimmy Zelinskie
f550dd16a0 api/v3: remove dependency on google empty message 2018-04-23 15:49:34 -04:00
Jimmy Zelinskie
d7a751e0d4 api/v3: prototool format 2018-04-23 15:32:03 -04:00
Jimmy Zelinskie
6b9f668ea0 api/v3/clairpb: document and regenerate protos 2018-04-10 14:47:57 -04:00
Jimmy Zelinskie
a5b3e747a0
Merge pull request #538 from jzelinskie/dockerize-protogen
generate protobufs in docker
2018-04-04 16:55:50 -04:00
Jimmy Zelinskie
8c71427375
Merge pull request #537 from tomer-1/patch-1
Update values.yaml
2018-04-04 16:20:25 -04:00
Jimmy Zelinskie
ec5014f8a1 api/v3/clairpb: regen protobufs 2018-04-04 16:17:49 -04:00
Jimmy Zelinskie
389b6e9927 api/v3/clairpb: generate protobufs in docker
This removes the requirement of the build machine having protobuf and
any extensions installed.
2018-04-04 16:16:50 -04:00
Tomer H
e649f8f149
Update values.yaml
this is supposed to solve the below issue:

https://github.com/coreos/clair/issues/414
2018-04-02 19:37:02 +03:00
Jimmy Zelinskie
e73051fc0a
Merge pull request #532 from KeyboardNerd/readme_typo
README: fixed issues address
2018-03-20 11:44:49 -04:00
Sida Chen
4db72b8c26 README: fixed issues address 2018-03-19 21:21:38 -07:00
Brad Ison
8a2ed864b9
Merge pull request #508 from joerayme/bug/436
featurens: Ensure RHEL is correctly identified
2018-03-16 16:36:33 -04:00
Jimmy Zelinskie
3d2c12cd56
Merge pull request #528 from KeyboardNerd/helm_typo
Helm: Fixed a typo in maintainers field.
2018-03-09 10:30:49 -05:00
Sida Chen
7a06a7a2b4 Helm: Fixed a typo in maintainers field.
Maintainers field was incorrectly listing email as one item.
2018-03-07 08:47:54 -08:00
Jimmy Zelinskie
5e7b450be9
Merge pull request #522 from vdboor/master
Improvements to the helm chart
2018-02-12 08:47:15 -08:00
Diederik van der Boor
e454314beb Cleanup and improve chart values
- be more accurate in memory requests, so chair is scheduled on a host
  that has that space available.
- add an explicit mention for the postgresql.enabled flag
2018-02-12 11:17:28 +01:00
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
Diederik van der Boor
64c2853e75 Fix helm chart to generate config.postgresURI
The configuration was merged with the comment line above due to usage of
the {{- ...  -}} construct.
2018-02-09 13:26:38 +01: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
Joe Ray
947a8aa00c featurens: Ensure RHEL is correctly identified
When trying to identify various RedHat releases, RHEL was not being
picked up as a centos release because the Oracle Linux regex was too
permissive: it would match any release name with '<something> Linux
Server release' in the name. By being more restrictive with the Oracle
regex, RHEL is now properly identified.

I don't know why the Oracle regex used such a permissive matcher for the
name but it still passes all the tests by replacing it with the word
'Oracle'.

Fixes #436
2018-01-12 12:01:25 +00: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