-
How to install clair scanner and integration with harbor |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
There's no explicit "installation" process for clair, it just needs a database and then to be configured to use it. I'd recommend using the container to run the service, but running a binary directly should be fine. As far as integration with Harbor, what have you tried? I don't think Harbor speaks our API, so you'll probably need to implement support in Harbor or write an adapter service. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response.
When I try integration with Harbor it's given unreachable error message.
So that reason I am asking how to integration Harbor with clair.
Any specific step like having confusion in git repo if you can help me with
that?
My Harbor setup is ready but I am not clear in clair integration.
…On Fri, 15 Oct 2021, 12:49 am Hank Donnay, ***@***.***> wrote:
There's no explicit "installation" process for clair, it just needs a
database and then to be configured to use it. I'd recommend using the
container to run the service, but running a binary directly should be fine.
As far as integration with Harbor, what have you tried? I don't think
Harbor speaks our API, so you'll probably need to implement support in
Harbor or write an adapter service.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1395 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGGAWZ3COYDOILXWL3D32JLUG4UKTANCNFSM5GAL7UZA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Ok, thanks.
Do you have knowledge about how to modify Harbor or creat adapter service ?
…On Fri, 15 Oct 2021, 1:37 am Hank Donnay, ***@***.***> wrote:
I haven't tried to use Clair with Harbor; to my knowledge you're the first
to try.
Like I said, the APIs are likely incompatible so you'll probably have to
modify Harbor or write an adapter service.
If you have *specific* questions, I can help.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1395 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGGAWZ2FK6P6OG76KP776TLUG42ADANCNFSM5GAL7UZA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
There's no explicit "installation" process for clair, it just needs a database and then to be configured to use it. I'd recommend using the container to run the service, but running a binary directly should be fine.
As far as integration with Harbor, what have you tried? I don't think Harbor speaks our API, so you'll probably need to implement support in Harbor or write an adapter service.