Skip to content

Add Danger check for artifact setting changes in CI YAML files

Nao Hashizume requested to merge 458482-check-artifact-changed-files-in-mr into master

What does this MR do and why?

This MR adds a Danger check to notify the MR author when artifact settings in CI YAML files are changed within MRs. It asks if restricting download access is necessary using the artifact:access keyword when the artifact contains sensitive data and should only be shared with project team members with a Developer+ role.

Closes #458482 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots

I triggered this Danger check via 9983912a.

Edited by Nao Hashizume

Merge request reports