Skip to content

Fix project IDs for Security::Pipeline

Yorick Peterse requested to merge fix-security-validation into master

I mistakingly thought pipelines returned by the API included the project ID, which as it turns out they do not. This fixes this by passing the project ID to Security::Pipeline#initialize.

Merge request reports