Skip to content

ci: container-scanning: fix model parameter set

Jason Plum requested to merge fix-scanner-models into master

What does this MR do?

ci: container-scanning: fix model parameter set

The container-scanning job does not build off of job-base, and as thus did not know that FIPS means UBI. Correct this by adding the appropriate check here as well.

cfssl-self-sign: add tag suffix when appropriate

cfssl-self-sign did not have IMAGE_TAG_EXT incorported, so all final pipelines tagged the image on the same 1.6.1 as an example. This change ensure that -fips and -ubi8 are added as appropriate.

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated No documentation required, maintenance fix
  • Integration tests added to GitLab QA No change relevant to QA
  • The impact any change in container size has should be evaluated Changing tags, not container content
Edited by Robert Marshall

Merge request reports