This message was deleted.
# neuvector-security
a
This message was deleted.
q
No, the Jenkins data does not feed into a K8S installation of the full product.
c
Thanks for the information @quaint-candle-18606 , about Registry Scanning, is it only possible to run this process only from Neuvector Dashboard or is there other alternative?
q
You would need to point Neuvector at your registries. You could probably do a lot from the API, but you haven’t said what you are trying to accomplish. 🙂
c
I want to add registry scanning process into pipeline @quaint-candle-18606 , so far i've read the documentation the only think that i can do is from API, but i've tried to do scanning from neuvector only which my assumption is user created from there. My thought that if i tried to add the registry scanning on pipeline then the registry where the build image located could be also added to neuvactor registry dashboard too. Is there my assumption is wrong, or is it not possible to do that?
q
I’m not sure I fully understand what you typed, but I’ll try…. 😉
You can add your registries under
Assets… Registries
in the UI. The results will be used to inform reports like those found in
Security Risks… Vulnerabilities
, for example. This data will also be used for
Admission Control,
if applicable.
c
Sorry for my english 😔 @quaint-candle-18606 , I already tried that steps in UI and success. You said before that from API it could do a lot for registry scan process, if i use API (will be tried this on pipeline), could my registries also added to UI too? Is there any reference/documentation request body for API ? So far my reference only open-doc neuvector provided
q
I am not personally aware of anybody adding registries to NeuVector via the API. It will support CRDs soon, however.
You could add the API to something like Swagger
ex:
c
> I am not personally aware of anybody adding registries to NeuVector via the API. It will support CRDs soon, however. > Yes, it just my self-thought about that process, so still assumption. thanks for the info regarding CRD support. > You could add the API to something like Swagger > Thanks, will look up these docs Thank you for your help @quaint-candle-18606 🙏