-
I'm building an image in a gitlab ci workflow. I'd like to run clair on the built image. |
Beta Was this translation helpful? Give feedback.
Answered by
hdonnay
Sep 12, 2023
Replies: 1 comment 1 reply
-
Running Clair proper is probably not what you want, as you'd need to work out how to make all the layers available over HTTP. I'd suggest you take clair-action and attempt to adapt what the GitHub Actions workflow does into a Gitlab CI job, similar to how there's some Tekton help in that repo. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lmilbaum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running Clair proper is probably not what you want, as you'd need to work out how to make all the layers available over HTTP. I'd suggest you take clair-action and attempt to adapt what the GitHub Actions workflow does into a Gitlab CI job, similar to how there's some Tekton help in that repo.