-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate vet with Gitlab CI/CD Catalog as a Component #314
Comments
@abhisek I would like to work on this |
@insaaniManav Awesome. Thanks :) Lets pick this up first. Goal is to provide vet-action like user experience for Gitlab CI and list in Gitlab CI catalog. It may not be exact user experience but closer. Lets do a bit of analysis to identify how we can integrate |
Feature implementation approach: Approach: CI Component can be implemented with any language, favorably using Blocking: #404 CycloneDX Support Docs: https://docs.gitlab.com/user/application_security/dependency_scanning/#cyclonedx-software-bill-of-materials Reference:
Progress:
|
@KunalSin9h When an MR is raised, how can get have |
@abhisek yes, it possible and this is what happening. see this MR: https://gitlab.com/vetting/dummy/-/merge_requests/9 This is a dummy repo, i am prototyping solution on. See, |
@KunalSin9h I think it is fine that Gitlab restricts security info to developers only |
@abhisek its flexible job:
artifacts:
access: 'developer' |
Gitlab launched CI/CD catalog:
https://about.gitlab.com/blog/2023/12/21/introducing-the-gitlab-ci-cd-catalog-beta/
To be able to integrate with Gitlab CI through its Catalog, we need to package
vet
as a Gitlab CI Componenthttps://docs.gitlab.com/ee/ci/components/
The text was updated successfully, but these errors were encountered: