Commit graph

22 commits

Author SHA1 Message Date
Jess Frazelle 83ba4b225a
add versions and binaries
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 17:46:12 -04:00
Jess Frazelle 0dbc9338a6
auth service fix for token
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 15:08:35 -04:00
Hynek Schlawack 11a291f744 Fix http basic auth if protocol is missing (#22)
Basic auth only worked if a full url was supplied.  The reason is that
BasicTransport.RoundTrip checked if the resulting request URL has a the
transport's URL as a prefix.

This is fixed by setting the transport's URL to the canonical URL that is
computed a few lines earlier.
2017-04-18 13:32:28 -04:00
Chris Murphy a02ddc8cd4 Allow for non-SSL access (#15)
* Allow for non-SSL access

* Reuqire --insecure option to use http protocol

* Fixed lint error

* Added --force-non-ssl option. Also moved check to allow handling of docker config
2017-04-04 10:12:36 -04:00
Stefan Majer 827d869f0c RFC: some enhancements for registries with lots of images (#17)
* Add flag to trust ssl certificates signed by unknown authority

* Use registry http client instead of pure http client

* Add Bearer token only if required

* Create clair client instance with configurable debug option

* Limit number of parallel vuln scann´s to 20 to reduce load

* No need to throttle anymore because parallism is limited

* Make number of workers configurable

* During first run do not create clair vulns report details
2017-04-04 10:11:24 -04:00
Jess Frazelle 46640512e7
update deps
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-03-04 22:10:04 -08:00
Jess Frazelle 7c408e403d
travis
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-03-01 15:44:49 -08:00
Jess Frazelle cd61a71fad
fix v2 manifest fetch
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-03-01 15:39:18 -08:00
Jess Frazelle c32b972ee4
fix insecure flag
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-02-13 11:42:33 -08:00
Jess Frazelle 0df8f5288b
Merge branch 'make-tls-verify-optional' of https://github.com/majst01/reg into majst01-make-tls-verify-optional
* 'make-tls-verify-optional' of https://github.com/majst01/reg:
  Fix method signature
  Make tls verification optional
2017-02-13 11:38:10 -08:00
Jess Frazelle 417456fd7c
fix import paths
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-02-13 11:36:09 -08:00
Stefan Majer 89031c4ab0 Make tls verification optional 2017-02-13 10:32:36 +01:00
Stefan Majer 73fb466d8c Paging link can contain format characters, unescape them first 2017-02-13 10:31:53 +01:00
Jess Frazelle 3075c58bc1
add vulns command
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-02-12 18:45:47 -08:00
Jess Frazelle f30057f2db
cleanup
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-19 22:38:36 -08:00
Jess Frazelle e451b94f87
update
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-19 22:36:05 -08:00
Jess Frazelle e33d3e5526
cleanup
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-19 21:13:34 -08:00
Jess Frazelle 4a8d8107ef
domain fixes 2016-12-19 19:34:37 -08:00
Jess Frazelle 162757c7b7
fix delete
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-09-20 18:49:25 -07:00
Jess Frazelle 5bb5c33bdf
cleanup
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-09-20 18:16:34 -07:00
Jess Frazelle 1af74c42c2
fixes
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-09-05 19:44:19 -07:00
Jess Frazelle b5406104f2
prepare reg for junk
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-08-12 22:23:13 -07:00