Skip to content

WIP: More CI stages for Rust

Markus Becker requested to merge markushx/gitlab:more-rust-stages into master

What does this MR do?

Improve the CI template for Rust

  • Add lint and format checking stages (using an image with the required tools for that)
  • Additional stage for dependency checking

Open question:

  • How to deal with the non-official image?
    • Acceptable?
    • Upstream the changes?
    • Fork the repo into GitLab organization?

Screenshots

None

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports