yebinama / paclair

Paclair is a Python3 Cli tool to interact with Coreos's Clair (https://github.com/coreos/clair).
Apache License 2.0
27 stars 13 forks source link

How to use paclair with sonatype nexus? #13

Open Sam-Mumm opened 5 years ago

Sam-Mumm commented 5 years ago

Hello,

did someone use paclair with a private registry from sonatype nexus and can give me an example configuration? especially for the api_prefix I try a lot around but it don't works for me best regards Dan

yebinama commented 5 years ago

Hello,

The api_prefix option is not mandatory and is necessary only for specific cases. I don't know sonatype nexus, but have you tried not specifying it?

JPLima commented 5 years ago

You does not need to api_prefix. This way works for me: registry.mydomain.com: token: "cat in ~/.docker/config.json e get auth" protocol: 'https' token_type: Basic