Skip to content

Fix typo in JOB_TOKEN

Meir Benayoun requested to merge fix-check-image-size-job_token into master

What does this MR do?

Use CI_JOB_TOKEN when fetching docker image size (!386 - merged) • Igor Frenkel has broken the check image size job in gitlab-advanced-sast

See !386 (comment 1911698401) for more details

This MR aims to fix the situation.

The issue was actually a typo in the header name: JOB_TOKEN instead of JOB-TOKEN.
It was still working in most of the analyzer because they are public projects and don't need any token

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Meir Benayoun

Merge request reports